Create application¶
This how-to guide will show you how to create a NAIS manifest for your application.
Setup¶
Inside your application repository, create a .nais
-folder.
Create a file called app.yaml
in the .nais
-folder.
Define your application¶
Below is a basic example of an application manifest.
Add the following content to the file, and insert the appropriate values in the placeholders on the highlighted lines:
.nais/app.yaml
This application manifest represents a very basic daemon application. You will likely want to add more configuration to your application manifest based on your needs.