Nais Application reference ¶
This document describes all possible configuration values in the Application spec, commonly known as the nais.yaml file.
accessPolicy ¶
By default, no traffic is allowed between applications inside the cluster. Configure access policies to explicitly allow communication between applications. This is also used for granting inbound access in the context of Azure AD and TokenX clients.
Relevant information:
Type: object
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scope
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3accessPolicy.inbound ¶
Configures inbound access for your application.
Type: object
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules ¶
List of Nais applications that may access your application. These settings apply both to Zero Trust network connectivity and token validity for Azure AD and TokenX tokens.
Type: array
Required: true
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].application ¶
The application's name.
Type: string
Required: true
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].cluster ¶
The application's cluster. May be omitted if it should be in the same cluster as your application.
Type: string
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].namespace ¶
The application's namespace. May be omitted if it should be in the same namespace as your application.
Type: string
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].permissions ¶
Permissions contains a set of permissions that are granted to the given application. Currently only applicable for Azure AD clients.
Type: object
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].permissions.roles ¶
Roles is a set of custom permission roles that are granted to a given application.
Type: array
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.inbound.rules[].permissions.scopes ¶
Scopes is a set of custom permission scopes that are granted to a given application.
Type: array
Required: false
Example
spec:
accessPolicy:
inbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3
- application: app4
permissions:
scopes:
- custom-scope
- application: app5
permissions:
roles:
- custom-role
- application: app6
permissions:
roles:
- custom-role
scopes:
- custom-scopeaccessPolicy.outbound ¶
Configures outbound access for your application.
Type: object
Required: false
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3accessPolicy.outbound.external ¶
List of external resources that your applications should be able to reach.
Type: array
Required: false
Availability: GCP
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200accessPolicy.outbound.external[].host ¶
The host that your application should be able to reach, i.e. without the protocol (e.g. https://). "Host" and "IPv4" are mutually exclusive
Type: string
Required: false
Pattern: ^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])(\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9]))*$
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200accessPolicy.outbound.external[].ipv4 ¶
The IPv4 address that your application should be able to reach. "IPv4" and "Host" are mutually exclusive
Type: string
Required: false
Pattern: ^(([0-9])|([1-9][0-9])|(1([0-9]{2}))|(2[0-4][0-9])|(25[0-5]))((\.(([0-9])|([1-9][0-9])|(1([0-9]{2}))|(2[0-4][0-9])|(25[0-5]))){3})$
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200accessPolicy.outbound.external[].ports ¶
List of port rules for external communication. Must be specified if using protocols other than HTTPS.
Type: array
Required: false
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200accessPolicy.outbound.external[].ports[].port ¶
The port used for communication.
Type: integer
Required: true
Example
spec:
accessPolicy:
outbound:
external:
- host: external-application.example.com
- host: non-http-service.example.com
ports:
- port: 9200
- ipv4: 1.2.3.4
- host: non-http-service.example.com
ports:
- port: 9200accessPolicy.outbound.rules ¶
List of Nais applications that your application needs to access. These settings apply to Zero Trust network connectivity.
Type: array
Required: false
Example
spec:
accessPolicy:
outbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3accessPolicy.outbound.rules[].application ¶
The application's name.
Type: string
Required: true
Example
spec:
accessPolicy:
outbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3accessPolicy.outbound.rules[].cluster ¶
The application's cluster. May be omitted if it should be in the same cluster as your application.
Type: string
Required: false
Example
spec:
accessPolicy:
outbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3accessPolicy.outbound.rules[].namespace ¶
The application's namespace. May be omitted if it should be in the same namespace as your application.
Type: string
Required: false
Example
spec:
accessPolicy:
outbound:
rules:
- application: app1
- application: app2
namespace: q1
- application: app3
cluster: dev-gcp
namespace: q2
- application: '*'
namespace: q3azure ¶
Provisions and configures Azure resources.
Type: object
Required: false
Example
spec:
azure:
application:
allowAllUsers: true
claims:
groups:
- id: 00000000-0000-0000-0000-000000000000
enabled: true
tenant: nav.no
sidecar:
autoLogin: true
autoLoginIgnorePaths:
- /path
- /internal/*
enabled: true
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miazure.application ¶
Configures an Entra ID client for this application.
Relevant information:
Type: object
Required: true
Example
spec:
azure:
application:
allowAllUsers: true
claims:
groups:
- id: 00000000-0000-0000-0000-000000000000
enabled: true
tenant: nav.noazure.application.allowAllUsers ¶
AllowAllUsers grants all users within the tenant access to this application.
Relevant information:
Type: boolean
Required: false
Default value: false
Example
spec:
azure:
application:
allowAllUsers: trueazure.application.claims ¶
Claims defines additional configuration of the emitted claims in tokens returned to the Azure AD application.
Type: object
Required: false
Example
spec:
azure:
application:
claims:
groups:
- id: 00000000-0000-0000-0000-000000000000azure.application.claims.groups ¶
Groups is a list of Azure AD group IDs to be emitted in the groups claim in tokens issued by Azure AD.
This also assigns groups to the application for access control. Only direct members of the groups are granted access.
Relevant information:
Type: array
Required: false
Example
spec:
azure:
application:
claims:
groups:
- id: 00000000-0000-0000-0000-000000000000azure.application.claims.groups[].id ¶
ID is the actual object ID associated with the given group in Azure AD.
Type: string
Required: false
Example
spec:
azure:
application:
claims:
groups:
- id: 00000000-0000-0000-0000-000000000000azure.application.enabled ¶
If enabled, provisions an Entra ID application.
Type: boolean
Required: true
Default value: false
Example
spec:
azure:
application:
enabled: trueazure.application.tenant ¶
Tenant targets a specific tenant for the Entra ID application. Only works in the development clusters. Only use this if you have a specific reason to do so. Using this will isolate your application from all other applications that are not using the same tenant.
Relevant information:
Type: enum
Required: false
Immutable: true
Allowed values: nav.no, trygdeetaten.no
Example
spec:
azure:
application:
tenant: nav.noazure.sidecar ¶
Sidecar configures a sidecar that intercepts every HTTP request, and performs the OIDC flow if necessary.
All requests to ingress + /oauth2 will be processed only by the sidecar, whereas all other requests
will be proxied to the application.
If the user is authenticated with Entra ID, the Authorization header will be set to Bearer <JWT>.
Relevant information:
Type: object
Required: false
Availability: GCP
Example
spec:
azure:
sidecar:
autoLogin: true
autoLoginIgnorePaths:
- /path
- /internal/*
enabled: true
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miazure.sidecar.autoLogin ¶
Automatically redirect the user to login for all proxied GET requests.
Relevant information:
Type: boolean
Required: false
Default value: false
Example
spec:
azure:
sidecar:
autoLogin: trueazure.sidecar.autoLoginIgnorePaths ¶
Absolute paths to ignore when auto-login is enabled.
Relevant information:
Type: array
Required: false
Example
spec:
azure:
sidecar:
autoLoginIgnorePaths:
- /path
- /internal/*azure.sidecar.enabled ¶
Enable the sidecar.
Type: boolean
Required: true
Example
spec:
azure:
sidecar:
enabled: trueazure.sidecar.resources ¶
Resource requirements for the sidecar container.
Type: object
Required: false
Example
spec:
azure:
sidecar:
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miazure.sidecar.resources.limits ¶
Limit defines the maximum amount of resources a container can use before getting evicted.
Type: object
Required: false
Example
spec:
azure:
sidecar:
resources:
limits:
cpu: 250m
memory: 256Miazure.sidecar.resources.limits.cpu ¶
Type: string
Required: false
Pattern: ^\d+m?$
Example
spec:
azure:
sidecar:
resources:
limits:
cpu: 250mazure.sidecar.resources.limits.memory ¶
Type: string
Required: false
Pattern: ^\d+[KMG]i$
Example
spec:
azure:
sidecar:
resources:
limits:
memory: 256Miazure.sidecar.resources.requests ¶
Request defines the amount of resources a container is allocated on startup.
Type: object
Required: false
Example
spec:
azure:
sidecar:
resources:
requests:
cpu: 20m
memory: 32Miazure.sidecar.resources.requests.cpu ¶
Type: string
Required: false
Pattern: ^\d+m?$
Example
spec:
azure:
sidecar:
resources:
requests:
cpu: 20mazure.sidecar.resources.requests.memory ¶
Type: string
Required: false
Pattern: ^\d+[KMG]i$
Example
spec:
azure:
sidecar:
resources:
requests:
memory: 32Micommand ¶
Override command when starting Docker image.
Type: array
Required: false
Example
spec:
command:
- /app/myapplication
- --param
- value
- --other-param
- other-valueenv ¶
Custom environment variables injected into your container.
It is possible to use Kubernetes Dependent Environment Variables, which allows you to use the value of one environment variable in another.
Environment variables set by the platform are defined before the application variables, and can be referenced/overwritten in the application variables.
Specify either value or valueFrom, but not both.
Type: array
Required: false
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenv[].name ¶
Environment variable name. May only contain letters, digits, and the underscore _ character.
Type: string
Required: true
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenv[].value ¶
Environment variable value. Numbers and boolean values must be quoted.
Required unless valueFrom is specified.
Type: string
Required: false
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenv[].valueFrom ¶
Dynamically set environment variables based on fields found in the Pod spec.
Relevant information:
Type: object
Required: false
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenv[].valueFrom.fieldRef ¶
Type: object
Required: true
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenv[].valueFrom.fieldRef.fieldPath ¶
Field value from the Pod spec that should be copied into the environment variable.
Type: enum
Required: true
Allowed values: (empty string), metadata.annotations, metadata.labels, metadata.name, metadata.namespace, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP
Example
spec:
env:
- name: MY_CUSTOM_VAR
value: some_value
- name: MY_APPLICATION_NAME
valueFrom:
fieldRef:
fieldPath: metadata.nameenvFrom ¶
EnvFrom exposes all variables in the ConfigMap or Secret resources as environment variables.
One of configMap or secret is required.
Environment variables will take the form KEY=VALUE, where key is the ConfigMap or Secret key.
You can specify as many keys as you like in a single ConfigMap or Secret.
The ConfigMap and Secret resources must live in the same Kubernetes namespace as the Application resource.
Type: array
Required: false
Availability: team namespaces
Example
spec:
envFrom:
- secret: my-secret-with-envs
- configmap: my-configmap-with-envsenvFrom[].configmap ¶
Name of the ConfigMap where environment variables are specified.
Required unless secret is set.
Type: string
Required: false
Example
spec:
envFrom:
- secret: my-secret-with-envs
- configmap: my-configmap-with-envsenvFrom[].secret ¶
Name of the Secret where environment variables are specified.
Required unless configMap is set.
Type: string
Required: false
Example
spec:
envFrom:
- secret: my-secret-with-envs
- configmap: my-configmap-with-envsfilesFrom ¶
List of ConfigMap, Secret, or EmptyDir resources that will have their contents mounted into the containers.
Either configMap, secret, or emptyDir is required.
Files will take the path <mountPath>/<key>, where key is the ConfigMap or Secret key.
You can specify as many keys as you like in a single ConfigMap or Secret, and they will all
be mounted to the same directory.
If you reference an emptyDir you will just get an empty directory, backed by your requested memory or the disk on the node where your pod is running.
The ConfigMap and Secret resources must live in the same Kubernetes namespace as the Application resource.
Type: array
Required: false
Availability: team namespaces
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].configmap ¶
Name of the ConfigMap that contains files that should be mounted into the container.
Required unless secret or persistentVolumeClaim is set.
Type: string
Required: false
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].emptyDir ¶
Specification of an empty directory
Type: object
Required: false
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].emptyDir.medium ¶
Type: enum
Required: false
Allowed values: Disk, Memory
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].mountPath ¶
Filesystem path inside the pod where files are mounted. The directory will be created if it does not exist. If the directory exists, any files in the directory will be made unaccessible.
Defaults to /var/run/configmaps/<NAME>, /var/run/secrets, or /var/run/pvc/<NAME>, depending on which of them is specified.
For EmptyDir, MountPath must be set.
Type: string
Required: false
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].persistentVolumeClaim ¶
Name of the PersistentVolumeClaim that should be mounted into the container.
Required unless configMap or secret is set.
This feature requires coordination with the Nais team.
Type: string
Required: false
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefilesFrom[].secret ¶
Name of the Secret that contains files that should be mounted into the container.
Required unless configMap or persistentVolumeClaim is set.
If mounting multiple secrets, mountPath MUST be set to avoid collisions.
Type: string
Required: false
Example
spec:
filesFrom:
- configmap: example-files-configmap
mountPath: /var/run/configmaps
- mountPath: /var/run/secrets
secret: my-secret-file
- emptyDir:
medium: Memory
mountPath: /var/cache
- mountPath: /var/run/pvc
persistentVolumeClaim: pvc-namefrontend ¶
Configuration options specifically for frontend applications.
Experimental feature
This feature has not undergone much testing, and is subject to API change, instability, or removal.
Type: object
Required: false
Availability: GCP
Example
spec:
frontend:
generatedConfig:
mountPath: /usr/share/nginx/html/js/nais.jsfrontend.generatedConfig ¶
Type: object
Required: false
Example
spec:
frontend:
generatedConfig:
mountPath: /usr/share/nginx/html/js/nais.jsfrontend.generatedConfig.mountPath ¶
If specified, a Javascript file with application specific frontend configuration variables will be generated and mounted into the pod file system at the specified path. You can import this file directly from your Javascript application.
Relevant information:
Type: string
Required: true
Example
spec:
frontend:
generatedConfig:
mountPath: /usr/share/nginx/html/js/nais.jsgcp ¶
Type: object
Required: false
Availability: GCP
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READ
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: true
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.client
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.bigQueryDatasets ¶
Provision BigQuery datasets and give your application's pod mountable secrets for connecting to each dataset. Datasets are immutable and cannot be changed.
Relevant information:
Type: array
Required: false
Availability: GCP
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READgcp.bigQueryDatasets[].cascadingDelete ¶
When set to true will delete the dataset, when the application resource is deleted.
NB: If no tables exist in the bigquery dataset, it will delete the dataset even if this value is set/defaulted to false.
Default value is false.
Type: boolean
Required: false
Immutable: true
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READgcp.bigQueryDatasets[].description ¶
Human-readable description of what this BigQuery dataset contains, or is used for. Will be visible in the GCP Console.
Type: string
Required: false
Immutable: true
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READgcp.bigQueryDatasets[].name ¶
Name of the BigQuery Dataset.
The canonical name of the dataset will be <TEAM_PROJECT_ID>:<NAME>.
Type: string
Required: true
Immutable: true
Pattern: ^[a-z0-9][a-z0-9_]+$
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READgcp.bigQueryDatasets[].permission ¶
Permission level given to application.
Type: enum
Required: true
Immutable: true
Allowed values: READ, READWRITE
Example
spec:
gcp:
bigQueryDatasets:
- cascadingDelete: true
description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset1
permission: READWRITE
- description: Contains big data, supporting big queries, for use in big ideas.
name: my_bigquery_dataset2
permission: READgcp.buckets ¶
Provision cloud storage buckets and connect them to your application.
Relevant information:
Type: array
Required: false
Availability: GCP
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].cascadingDelete ¶
Allows deletion of bucket. Set to true if you want to delete the bucket.
Type: boolean
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition ¶
Conditions for the bucket to use when selecting objects to delete in cleanup.
Relevant information:
Type: object
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition.age ¶
Condition is satisfied when the object reaches the specified age in days. These will be deleted.
Type: integer
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition.createdBefore ¶
Condition is satisfied when the object is created before midnight on the specified date. These will be deleted.
Type: string
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition.daysSinceCustomTime ¶
Condition is satisfied when the specified number of days have passed since the date and time specified in an object's Custom-Time metadata field.
Relevant information:
Type: integer
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition.numNewerVersions ¶
Condition is satisfied when the object has the specified number of newer versions. The older versions will be deleted.
Type: integer
Required: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].lifecycleCondition.withState ¶
Condition is satisfied when the object has the specified state.
Type: enum
Required: false
Allowed values: (empty string), ANY, ARCHIVED, LIVE
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].name ¶
The name of the bucket
Type: string
Required: true
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].publicAccessPrevention ¶
Public access prevention allows you to prevent public access to your bucket.
Relevant information:
Type: boolean
Required: false
Default value: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].retentionPeriodDays ¶
The number of days to hold objects in the bucket before it is allowed to delete them.
Type: integer
Required: false
Value range: 1-36500
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.buckets[].uniformBucketLevelAccess ¶
Allows you to uniformly control access to your Cloud Storage resources. When you enable uniform bucket-level access on a bucket, Access Control Lists (ACLs) are disabled, and only bucket-level Identity and Access Management (IAM) permissions grant access to that bucket and the objects it contains.
Uniform access control can not be reversed after 90 days! This is controlled by Google.
Relevant information:
Type: boolean
Required: false
Default value: false
Example
spec:
gcp:
buckets:
- cascadingDelete: true
lifecycleCondition:
age: 10
createdBefore: "2020-01-01"
daysSinceCustomTime: 5
numNewerVersions: 2
withState: ARCHIVED
name: my-cloud-storage-bucket
publicAccessPrevention: true
retentionPeriodDays: 30
uniformBucketLevelAccess: truegcp.permissions ¶
List of additional permissions that should be granted to your application for accessing external GCP resources that have not been provisioned through Nais.
Type: array
Required: false
Availability: GCP
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.permissions[].resource ¶
IAM resource to bind the role to.
Type: object
Required: true
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.permissions[].resource.apiVersion ¶
Kubernetes APIVersion.
Type: string
Required: true
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.permissions[].resource.kind ¶
Kubernetes Kind.
Type: string
Required: true
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.permissions[].resource.name ¶
Kubernetes Name.
Type: string
Required: false
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.permissions[].role ¶
Name of the GCP role to bind the resource to.
Type: string
Required: true
Example
spec:
gcp:
permissions:
- resource:
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
kind: Project
name: myteam-dev-ab23
role: roles/cloudsql.clientgcp.sqlInstances ¶
Provision database instances and connect them to your application. Only one item allowed in the list.
Relevant information:
Type: array
Required: false
Availability: GCP
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].autoBackupHour ¶
If specified, run automatic backups of the SQL database at the given hour. Note that this will backup the whole SQL instance, and not separate databases. Restores are done using the Google Cloud Console.
Type: integer
Required: false
Value range: 0-23
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].cascadingDelete ¶
Remove the entire Postgres server including all data when the Kubernetes resource is deleted. THIS IS A DESTRUCTIVE OPERATION! Set cascading delete only when you want to remove data forever.
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].collation ¶
Sort order for ORDER BY ... clauses.
Type: string
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].databases ¶
List of one database or less(!) that should be created on this Postgres server. If not present, a default database with the same name as the application will be created.
Type: array
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].databases[].envVarPrefix ¶
Prefix to add to environment variables made available for database connection.
If switching to envVarPrefix you need to reset database credentials.
Type: string
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].databases[].name ¶
Database name. Be aware that only one database with this name is allowed in a namespace, regardless of which SQLInstance it belongs to
Type: string
Required: true
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].databases[].users ¶
Add extra users for database access. These users need to be manually given access to database tables.
Type: array
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].databases[].users[].name ¶
User name.
Type: string
Required: true
Pattern: ^[_a-zA-Z][-_a-zA-Z0-9]+$
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].diskAutoresize ¶
When set to true, GCP will automatically increase storage by XXX for the database when
disk usage is above the high water mark. Setting this field to true also disables
manual control over disk size, i.e. the diskSize parameter will be ignored.
Relevant information:
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].diskAutoresizeLimit ¶
The maximum size, in GB, to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
Type: integer
Required: false
Default value: 0
Value range: 0-1000
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].diskSize ¶
How much hard drive space to allocate for the SQL server, in gigabytes. This parameter is used when first provisioning a server. Disk size can be changed using this field only when diskAutoresize is set to false.
Type: integer
Required: false
Minimum value: 10
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].diskType ¶
Disk type to use for storage in the database.
Type: enum
Required: false
Allowed values: HDD, SSD
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].flags ¶
Set flags to control the behavior of the instance. Be aware that Nais does not validate these flags, so take extra care to make sure the values match against the specification, otherwise your deployment will seemingly work OK, but the database flags will not function as expected.
Experimental feature
This feature has not undergone much testing, and is subject to API change, instability, or removal.
Relevant information:
Type: array
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].flags[].name ¶
Name of the flag.
Type: string
Required: true
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].flags[].value ¶
Value of the flag.
Type: string
Required: true
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].highAvailability ¶
When set to true this will set up standby database for failover.
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].insights ¶
Configures query insights which are now default for new sql instances.
Type: object
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].insights.enabled ¶
True if Query Insights feature is enabled.
Type: boolean
Required: false
Default value: true
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].insights.queryStringLength ¶
Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
Type: integer
Required: false
Default value: 1024
Value range: 256-4500
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].insights.recordApplicationTags ¶
True if Query Insights will record application tags from query when enabled.
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].insights.recordClientAddress ¶
True if Query Insights will record client address when enabled.
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].maintenance ¶
Desired maintenance window for database updates.
Type: object
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].maintenance.day ¶
Type: integer
Required: true
Value range: 1-7
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].maintenance.hour ¶
Type: integer
Required: true
Value range: 0-23
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].name ¶
The name of the instance, if omitted the application name will be used.
Type: string
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].pointInTimeRecovery ¶
Enables point-in-time recovery for sql instances using write-ahead logs.
Type: boolean
Required: false
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].retainedBackups ¶
Number of daily backups to retain. Defaults to 7 backups. The number of retained backups must be greater or equal to TransactionLogRetentionDays.
Relevant information:
Type: integer
Required: false
Default value: 7
Value range: 1-365
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].tier ¶
Server tier, i.e. how much CPU and memory allocated.
Available tiers are db-f1-micro, db-g1-small and custom db-custom-CPU-RAM.
Custom instances must specify memory as a multiple of 256 MB and at least 3.75 GB (e.g. db-custom-1-3840 for 1 cpu, 3840 MB ram).
The smallest possible instance is db-f1-micro, which is recommended only for development instances.
For production workloads, please specify at least db-custom-1-3840.
Type: string
Required: true
Pattern: db-.+
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].transactionLogRetentionDays ¶
The number of days of transaction logs gcp retains for point in time restores.
Relevant information:
Type: integer
Required: false
Default value: 7
Value range: 1-7
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18gcp.sqlInstances[].type ¶
PostgreSQL version.
Relevant information:
Type: enum
Required: true
Allowed values: POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17, POSTGRES_18
Example
spec:
gcp:
sqlInstances:
- autoBackupHour: 1
cascadingDelete: true
collation: nb_NO.UTF8
databases:
- envVarPrefix: DB
name: mydatabase
users:
- name: extra_user
diskAutoresize: true
diskAutoresizeLimit: 60
diskSize: 30
diskType: SSD
flags:
- name: max_connections
value: "50"
highAvailability: true
insights:
enabled: true
queryStringLength: 4500
recordApplicationTags: true
recordClientAddress: true
maintenance:
day: 1
hour: 4
name: myinstance
pointInTimeRecovery: true
retainedBackups: 14
tier: db-f1-micro
transactionLogRetentionDays: 3
type: POSTGRES_18idporten ¶
Configures ID-porten authentication for this application. See ID-porten for more details.
Type: object
Required: false
Example
spec:
idporten:
enabled: true
sidecar:
autoLogin: true
autoLoginIgnorePaths:
- /path
- /internal/*
enabled: true
level: idporten-loa-high
locale: nb
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miidporten.enabled ¶
Enable ID-porten authentication. Requires .spec.idporten.sidecar.enabled=true.
Relevant information:
Type: boolean
Required: true
Availability: GCP
Example
spec:
idporten:
enabled: trueidporten.sidecar ¶
Sidecar configures a sidecar that intercepts every HTTP request, and performs the OIDC flow if necessary.
All requests to ingress + /oauth2 will be processed only by the sidecar, whereas all other requests
will be proxied to the application.
If the user is authenticated with ID-porten, the Authorization header will be set to Bearer <JWT>.
Relevant information:
Type: object
Required: false
Availability: GCP
Example
spec:
idporten:
sidecar:
autoLogin: true
autoLoginIgnorePaths:
- /path
- /internal/*
enabled: true
level: idporten-loa-high
locale: nb
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miidporten.sidecar.autoLogin ¶
Automatically redirect the user to login for all proxied GET requests.
Relevant information:
Type: boolean
Required: false
Default value: false
Example
spec:
idporten:
sidecar:
autoLogin: trueidporten.sidecar.autoLoginIgnorePaths ¶
Absolute paths to ignore when auto-login is enabled.
Relevant information:
Type: array
Required: false
Example
spec:
idporten:
sidecar:
autoLoginIgnorePaths:
- /path
- /internal/*idporten.sidecar.enabled ¶
Enable the sidecar.
Type: boolean
Required: true
Example
spec:
idporten:
sidecar:
enabled: trueidporten.sidecar.level ¶
Default security level for all authentication requests.
Relevant information:
Type: enum
Required: false
Default value: idporten-loa-high
Allowed values: Level3, Level4, idporten-loa-high, idporten-loa-substantial
Example
spec:
idporten:
sidecar:
level: idporten-loa-highidporten.sidecar.locale ¶
Default user interface locale for all authentication requests.
Relevant information:
Type: enum
Required: false
Default value: nb
Allowed values: en, nb, nn, se
Example
spec:
idporten:
sidecar:
locale: nbidporten.sidecar.resources ¶
Resource requirements for the sidecar container.
Type: object
Required: false
Example
spec:
idporten:
sidecar:
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 20m
memory: 32Miidporten.sidecar.resources.limits ¶
Limit defines the maximum amount of resources a container can use before getting evicted.
Type: object
Required: false
Example
spec:
idporten:
sidecar:
resources:
limits:
cpu: 250m
memory: 256Miidporten.sidecar.resources.limits.cpu ¶
Type: string
Required: false
Pattern: ^\d+m?$
Example
spec:
idporten:
sidecar:
resources:
limits:
cpu: 250midporten.sidecar.resources.limits.memory ¶
Type: string
Required: false
Pattern: ^\d+[KMG]i$
Example
spec:
idporten:
sidecar:
resources:
limits:
memory: 256Miidporten.sidecar.resources.requests ¶
Request defines the amount of resources a container is allocated on startup.
Type: object
Required: false
Example
spec:
idporten:
sidecar:
resources:
requests:
cpu: 20m
memory: 32Miidporten.sidecar.resources.requests.cpu ¶
Type: string
Required: false
Pattern: ^\d+m?$
Example
spec:
idporten:
sidecar:
resources:
requests:
cpu: 20midporten.sidecar.resources.requests.memory ¶
Type: string
Required: false
Pattern: ^\d+[KMG]i$
Example
spec:
idporten:
sidecar:
resources:
requests:
memory: 32Miimage ¶
Your application's Docker image location and tag.
Type: string
Required: false
Example
spec:
image: navikt/testapp:69.0.0ingresses ¶
List of URLs that will route HTTPS traffic to the application.
All URLs must start with https://. Domain availability differs according to which environment your application is running in.
Check the available environments in the reference documentation.
Type: array
Required: false
Example
spec:
ingresses:
- https://myapplication.nav.nokafka ¶
Set up Aiven Kafka for your application.
Relevant information:
Type: object
Required: false
Example
spec:
kafka:
pool: nav-dev
streams: truekafka.pool ¶
Configures your application to access an Aiven Kafka cluster.
Type: string
Required: true
Example
spec:
kafka:
pool: nav-devkafka.streams ¶
Allow this app to use kafka streams
Relevant information:
Type: boolean
Required: false
Default value: false
Availability: GCP
Example
spec:
kafka:
streams: trueleaderElection ¶
If true, an HTTP endpoint will be available at $ELECTOR_GET_URL that returns the current leader.
Relevant information:
Type: boolean
Required: false
Example
spec:
leaderElection: trueliveness ¶
Many applications running for long periods of time eventually transition to broken states, and cannot recover except by being restarted. Kubernetes provides liveness probes to detect and remedy such situations. Read more about this over at the Kubernetes probes documentation.
Type: object
Required: false
Example
spec:
liveness:
failureThreshold: 10
initialDelay: 20
path: /isalive
periodSeconds: 5
port: 8080
timeout: 1liveness.failureThreshold ¶
When a Pod starts, and the probe fails, Kubernetes will try failureThreshold times before giving up. Giving up in case of a startup probe means restarting the Pod.
Type: integer
Required: false
Default value: 3
Example
spec:
liveness:
failureThreshold: 10liveness.initialDelay ¶
Number of seconds after the container has started before startup probes are initiated.
Type: integer
Required: false
Example
spec:
liveness:
initialDelay: 20liveness.path ¶
HTTP endpoint path that signals 200 OK if the application has started successfully.
Type: string
Required: true
Example
spec:
liveness:
path: /isaliveliveness.periodSeconds ¶
How often (in seconds) to perform the probe.
Type: integer
Required: false
Default value: 10
Example
spec:
liveness:
periodSeconds: 5liveness.port ¶
Port for the startup probe.
Defaults to application port, as defined in .spec.port.
Type: integer
Required: false
Default value: .spec.port
Value range: 1-65535
Example
spec:
liveness:
port: 8080liveness.timeout ¶
Number of seconds after which the probe times out.
Type: integer
Required: false
Default value: 1
Example
spec:
liveness:
timeout: 1logformat ¶
Format of the logs from the container. Use this if the container doesn't support JSON logging and the log is in a special format that need to be parsed.
Type: enum
Required: false
Allowed values: (empty string), accesslog, accesslog_with_processing_time, accesslog_with_referer_useragent, capnslog, glog, gokit, influxdb, log15, logrus, redis, simple
Example
spec:
logformat: accesslog_with_referer_useragentlogin ¶
Login configures a login proxy that sits in front of the application.
Relevant information:
Type: object
Required: false
Example
spec:
login:
enforce:
enabled: true
excludePaths:
- /some/path
- /api/**
provider: openidlogin.enforce ¶
Enforce login for all requests to the application.
Type: object
Required: false
Example
spec:
login:
enforce:
enabled: true
excludePaths:
- /some/path
- /api/**login.enforce.enabled ¶
If enabled, all unauthenticated requests to the application will be redirected to the login provider.
Type: boolean
Required: true
Example
spec:
login:
enforce:
enabled: truelogin.enforce.excludePaths ¶
Absolute paths to ignore when enforcing login.
Type: array
Required: false
Example
spec:
login:
enforce:
excludePaths:
- /some/path
- /api/**login.provider ¶
Provider configures the authentication provider for the application.
Type: enum
Required: true
Allowed values: openid
Example
spec:
login:
provider: openidlogtransform ¶
Extra filters for modifying log content. This can e.g. be used for setting loglevel based on http status code.
Type: enum
Required: false
Allowed values: dns_loglevel, http_loglevel
Example
spec:
logtransform: http_loglevelmaskinporten ¶
Configures a Maskinporten client for this application. See Maskinporten for more details.
Type: object
Required: false
Example
spec:
maskinporten:
enabled: true
scopes:
consumes:
- name: skatt:scope.read
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.enabled ¶
If enabled, provisions and configures a Maskinporten client with consumed scopes and/or Exposed scopes with DigDir.
Type: boolean
Required: true
Default value: false
Availability: team namespaces
Example
spec:
maskinporten:
enabled: truemaskinporten.scopes ¶
Schema to configure Maskinporten clients with consumed scopes and/or exposed scopes.
Type: object
Required: false
Example
spec:
maskinporten:
scopes:
consumes:
- name: skatt:scope.read
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.consumes ¶
This is the Schema for the consumes and exposes API.
consumes is a list of scopes that your client can request access to.
Type: array
Required: false
Example
spec:
maskinporten:
scopes:
consumes:
- name: skatt:scope.readmaskinporten.scopes.consumes[].name ¶
The scope consumed by the application to gain access to an external organization API. Ensure that the NAV organization has been granted access to the scope prior to requesting access.
Relevant information:
Type: string
Required: true
Example
spec:
maskinporten:
scopes:
consumes:
- name: skatt:scope.readmaskinporten.scopes.exposes ¶
exposes is a list of scopes your application want to expose to other organization where access to the scope is based on organization number.
Type: array
Required: false
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].accessibleForAll ¶
Allow any organization to access the scope.
Type: boolean
Required: false
Default value: false
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].allowedIntegrations ¶
Whitelisting of integration's allowed.
Default is maskinporten
Relevant information:
Type: array
Required: false
Default value: maskinporten
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].atMaxAge ¶
Max time in seconds for a issued access_token.
Default is 30 sec.
Type: integer
Required: false
Default value: 30
Value range: 30-680
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].consumers ¶
External consumers granted access to this scope and able to request access_token.
Type: array
Required: false
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].consumers[].name ¶
This is a describing field intended for clarity not used for any other purpose.
Type: string
Required: false
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].consumers[].orgno ¶
The external business/organization number.
Type: string
Required: true
Pattern: ^\d{9}$
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].delegationSource ¶
Delegation source for the scope. Default is empty, which means no delegation is allowed.
Relevant information:
Type: enum
Required: false
Allowed values: altinn
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].enabled ¶
If Enabled the configured scope is available to be used and consumed by organizations granted access.
Type: boolean
Required: true
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].name ¶
The actual subscope combined with Product.
Ensure that <Product><Name> matches Pattern.
Type: string
Required: true
Default value: false
Pattern: ^([a-zæøå0-9]+\/?)+(\:[a-zæøå0-9]+)*[a-zæøå0-9]+(\.[a-zæøå0-9]+)*$
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].product ¶
The product-area your application belongs to e.g. arbeid, helse ...
This will be included in the final scope nav:<Product><Name>.
Type: string
Required: true
Pattern: ^[a-z0-9]+$
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].separator ¶
Separator is the character that separates product and name in the final scope:
scope := <prefix>:<product><separator><name>
This overrides the default separator.
The default separator is :. If name contains /, the default separator is instead /.
Type: string
Required: false
Pattern: ^[\/:.]$
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicmaskinporten.scopes.exposes[].visibility ¶
Visibility controls the scope's visibility. Public scopes are visible for everyone. Private scopes are only visible for the organization that owns the scope as well as organizations that have been granted consumer access.
Type: enum
Required: false
Default value: public
Allowed values: private, public
Example
spec:
maskinporten:
scopes:
exposes:
- accessibleForAll: true
allowedIntegrations:
- maskinporten
atMaxAge: 30
consumers:
- name: KST
orgno: "123456789"
delegationSource: delegation-source
enabled: true
name: scope.read
product: arbeid
separator: ':'
visibility: publicobservability ¶
Configuration options related to application observability.
Relevant information:
Type: object
Required: false
Example
spec:
observability:
autoInstrumentation:
destinations:
- id: my-destination
enabled: true
runtime: java
logging:
destinations:
- id: my-destination
enabled: true
tracing:
enabled: trueobservability.autoInstrumentation ¶
Auto-instrumentiation for your application using OpenTelemetry for collecting telemetry data such as traces, metrics and logs.
Relevant information:
Type: object
Required: false
Example
spec:
observability:
autoInstrumentation:
destinations:
- id: my-destination
enabled: true
runtime: javaobservability.autoInstrumentation.destinations ¶
Destinations are where telemetry data should be stored.
Relevant information:
Type: array
Required: false
Example
spec:
observability:
autoInstrumentation:
destinations:
- id: my-destinationobservability.autoInstrumentation.destinations[].id ¶
Destination ID.
Type: string
Required: true
Example
spec:
observability:
autoInstrumentation:
destinations:
- id: my-destinationobservability.autoInstrumentation.enabled ¶
Enable automatic instrumentation of your application using OpenTelemetry Agent.
Type: boolean
Required: false
Example
spec:
observability:
autoInstrumentation:
enabled: trueobservability.autoInstrumentation.runtime ¶
Application runtime. Supported runtimes are java, nodejs, python, sdk.
Type: enum
Required: false
Allowed values: dotnet, java, nodejs, python, sdk
Example
spec:
observability:
autoInstrumentation:
runtime: javaobservability.logging ¶
Configure logging for your application.
Relevant information:
Type: object
Required: false
Example
spec:
observability:
logging:
destinations:
- id: my-destination
enabled: trueobservability.logging.destinations ¶
Log destinations for where to forward application logs for persistent storage. Leave empty to use default destinations.
Relevant information:
Type: array
Required: false
Example
spec:
observability:
logging:
destinations:
- id: my-destinationobservability.logging.destinations[].id ¶
Type: string
Required: true
Example
spec:
observability:
logging:
destinations:
- id: my-destinationobservability.logging.enabled ¶
Enable forwarding of application logs to persistent storage.
Type: boolean
Required: false
Default value: true
Example
spec:
observability:
logging:
enabled: trueopenSearch ¶
OpenSearch instance to get credentials for.
Must be owned by same team.
The team must themselves apply an opensearch resource, as specified in how to create an OpenSearch Instance
Relevant information:
Type: object
Required: false
Example
spec:
openSearch:
access: readwrite
instance: my-open-search-instanceopenSearch.access ¶
Access level for OpenSearch user
Type: enum
Required: false
Default value: read
Allowed values: admin, read, readwrite, write
Example
spec:
openSearch:
access: readwriteopenSearch.instance ¶
Configure your application to access your OpenSearch instance. The last part of the name used when creating the instance (ie. opensearch-{team}-{instance})
Type: string
Required: true
Example
spec:
openSearch:
instance: my-open-search-instanceport ¶
The port number which is exposed by the container and should receive traffic. Note that ports under 1024 are unavailable.
Type: integer
Required: false
Default value: 8080
Example
spec:
port: 8080postgres ¶
Postgres is used to provision and configure a Postgres database for your application.
Experimental feature
This feature has not undergone much testing, and is subject to API change, instability, or removal.
Type: object
Required: false
Example
spec:
postgres:
clusterName: my-postgres-clusterpostgres.clusterName ¶
ClusterName is the name of the Postgres cluster.
Type: string
Required: true
Pattern: ^[a-z0-9][a-z0-9-]{1,49}$
Example
spec:
postgres:
clusterName: my-postgres-clusterpreStopHook ¶
PreStopHook is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits by itself. The reason for termination is passed to the handler.
Relevant information:
Type: object
Required: false
Example
spec:
preStopHook:
exec:
command:
- ./my
- --shell
- script
http:
path: /internal/stop
port: 8080preStopHook.exec ¶
Command that should be run inside the main container just before the pod is shut down by Kubernetes.
Type: object
Required: false
Example
spec:
preStopHook:
exec:
command:
- ./my
- --shell
- scriptpreStopHook.exec.command ¶
Command is the command line to execute inside the container before the pod is shut down. The command is not run inside a shell, so traditional shell instructions (pipes, redirects, etc.) won't work. To use a shell, you need to explicitly call out to that shell.
If the exit status is non-zero, the pod will still be shut down, and marked as Failed.
Type: array
Required: false
Example
spec:
preStopHook:
exec:
command:
- ./my
- --shell
- scriptpreStopHook.http ¶
HTTP GET request that is called just before the pod is shut down by Kubernetes.
Type: object
Required: false
Example
spec:
preStopHook:
http:
path: /internal/stop
port: 8080preStopHook.http.path ¶
Path to access on the HTTP server.
Type: string
Required: true
Example
spec:
preStopHook:
http:
path: /internal/stoppreStopHook.http.port ¶
Port to access on the container.
Defaults to application port, as defined in .spec.port.
Type: integer
Required: false
Default value: .spec.port
Value range: 1-65535
Example
spec:
preStopHook:
http:
port: 8080preStopHookPath ¶
An HTTP GET will be issued to this endpoint at least once before the pod is terminated. This feature is deprecated and will be removed in the next major version (nais.io/v1).
Relevant information:
Type: string
Required: false
Example
spec:
preStopHookPath: /internal/stopprometheus ¶
Prometheus is used to scrape metrics from the pod. Use this configuration to override the default values.
Type: object
Required: false
Example
spec:
prometheus:
enabled: true
path: /metrics
port: "8080"prometheus.enabled ¶
Type: boolean
Required: false
Example
spec:
prometheus:
enabled: trueprometheus.path ¶
Type: string
Required: false
Default value: /metrics
Example
spec:
prometheus:
path: /metricsprometheus.port ¶
Defaults to application port, as defined in .spec.port.
Type: string
Required: false
Default value: .spec.port
Example
spec:
prometheus:
port: "8080"readiness ¶
Sometimes, applications are temporarily unable to serve traffic. For example, an application might need to load large data or configuration files during startup, or depend on external services after startup. In such cases, you don't want to kill the application, but you don’t want to send it requests either. Kubernetes provides readiness probes to detect and mitigate these situations. A pod with containers reporting that they are not ready does not receive traffic through Kubernetes Services. Read more about this over at the Kubernetes readiness documentation.
Type: object
Required: false
Example
spec:
readiness:
failureThreshold: 10
initialDelay: 20
path: /isready
periodSeconds: 5
port: 8080
timeout: 1readiness.failureThreshold ¶
When a Pod starts, and the probe fails, Kubernetes will try failureThreshold times before giving up. Giving up in case of a startup probe means restarting the Pod.
Type: integer
Required: false
Example
spec:
readiness:
failureThreshold: 10readiness.initialDelay ¶
Number of seconds after the container has started before startup probes are initiated.
Type: integer
Required: false
Example
spec:
readiness:
initialDelay: 20readiness.path ¶
HTTP endpoint path that signals 200 OK if the application has started successfully.
Type: string
Required: true
Example
spec:
readiness:
path: /isreadyreadiness.periodSeconds ¶
How often (in seconds) to perform the probe.
Type: integer
Required: false
Example
spec:
readiness:
periodSeconds: 5readiness.port ¶
Port for the startup probe.
Defaults to application port, as defined in .spec.port.
Type: integer
Required: false
Default value: .spec.port
Value range: 1-65535
Example
spec:
readiness:
port: 8080readiness.timeout ¶
Number of seconds after which the probe times out.
Type: integer
Required: false
Example
spec:
readiness:
timeout: 1redirects ¶
List of ingress redirects
Type: array
Required: false
Example
spec:
redirects:
- from: https://myapplication-old.nav.no
to: https://myapplication.nav.noredirects[].from ¶
Type: string
Required: true
Pattern: ^https:\/\/.+$
Example
spec:
redirects:
- from: https://myapplication-old.nav.no
to: https://myapplication.nav.noredirects[].to ¶
Type: string
Required: true
Pattern: ^https:\/\/.+$
Example
spec:
redirects:
- from: https://myapplication-old.nav.no
to: https://myapplication.nav.noreplicas ¶
The numbers of pods to run in parallel.
Type: object
Required: false
Example
spec:
replicas:
cpuThresholdPercentage: 50
disableAutoScaling: true
max: 4
min: 2
scalingStrategy:
cpu:
thresholdPercentage: 50
kafka:
consumerGroup: dev-gcp
threshold: 10
topic: nais-verification.kafka-canary-dev-gcpreplicas.cpuThresholdPercentage ¶
Deprecated: Use spec.replicas.scalingStrategy.cpu.thresholdPercentage instead.
Amount of CPU usage before the autoscaler kicks in.
If anything under ScalingStrategy is set, that takes precedence.
Deprecated
This feature is deprecated, preserved only for backwards compatibility.
Type: integer
Required: false
Example
spec:
replicas:
cpuThresholdPercentage: 50replicas.disableAutoScaling ¶
Disable autoscaling
Type: boolean
Required: false
Default value: false
Example
spec:
replicas:
disableAutoScaling: truereplicas.max ¶
The pod autoscaler will increase replicas when required up to the maximum.
Type: integer
Required: false
Default value: 4
Example
spec:
replicas:
max: 4replicas.min ¶
The minimum amount of running replicas for a deployment.
Type: integer
Required: false
Default value: 2
Example
spec:
replicas:
min: 2replicas.scalingStrategy ¶
ScalingStrategy configures how automatic scaling is performed.
Relevant information:
Type: object
Required: false
Example
spec:
replicas:
scalingStrategy:
cpu:
thresholdPercentage: 50
kafka:
consumerGroup: dev-gcp
threshold: 10
topic: nais-verification.kafka-canary-dev-gcpreplicas.scalingStrategy.cpu ¶
Configures HPA based on CPU usage.
Type: object
Required: false
Example
spec:
replicas:
scalingStrategy:
cpu:
thresholdPercentage: 50replicas.scalingStrategy.cpu.thresholdPercentage ¶
Amount of CPU usage before the autoscaler kicks in.
Type: integer
Required: false
Example
spec:
replicas:
scalingStrategy:
cpu:
thresholdPercentage: 50replicas.scalingStrategy.kafka ¶
Configures HPA based on Kafka lag.
Type: object
Required: false
Example
spec:
replicas:
scalingStrategy:
kafka:
consumerGroup: dev-gcp
threshold: 10
topic: nais-verification.kafka-canary-dev-gcpreplicas.scalingStrategy.kafka.consumerGroup ¶
ConsumerGroup your application uses when consuming
Type: string
Required: true
Example
spec:
replicas:
scalingStrategy:
kafka:
consumerGroup: dev-gcpreplicas.scalingStrategy.kafka.threshold ¶
Threshold is the amount of lag allowed before the application should scale up
Type: integer
Required: true
Example
spec:
replicas:
scalingStrategy:
kafka:
threshold: 10replicas.scalingStrategy.kafka.topic ¶
Topic your application is consuming
Type: string
Required: true
Example
spec:
replicas:
scalingStrategy:
kafka:
topic: nais-verification.kafka-canary-dev-gcpresources ¶
When Containers have resource requests specified, the Kubernetes scheduler can make better decisions about which nodes to place pods on.
Relevant information:
Type: object
Required: false
Example
spec:
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 200m
memory: 256Miresources.limits ¶
Limit defines the maximum amount of resources a container can use before getting evicted.
Type: object
Required: false
Example
spec:
resources:
limits:
cpu: 500m
memory: 512Miresources.limits.cpu ¶
Type: string
Required: false
Pattern: ^\d+m?$
Example
spec:
resources:
limits:
cpu: 500mresources.limits.memory ¶
Type: string
Required: false
Default value: 512Mi
Pattern: ^\d+[KMG]i$
Example
spec:
resources:
limits:
memory: 512Miresources.requests ¶
Request defines the amount of resources a container is allocated on startup.
Type: object
Required: false
Example
spec:
resources:
requests:
cpu: 200m
memory: 256Miresources.requests.cpu ¶
Type: string
Required: false
Default value: 200m
Pattern: ^\d+m?$
Example
spec:
resources:
requests:
cpu: 200mresources.requests.memory ¶
Type: string
Required: false
Default value: 256Mi
Pattern: ^\d+[KMG]i$
Example
spec:
resources:
requests:
memory: 256MisecureLogs ¶
Whether to enable a sidecar container for secure logging.
Type: object
Required: false
Example
spec:
secureLogs:
enabled: truesecureLogs.enabled ¶
Whether to enable a sidecar container for secure logging. If enabled, a volume is mounted in the pods where secure logs can be saved.
Type: boolean
Required: true
Default value: false
Example
spec:
secureLogs:
enabled: trueservice ¶
Specify which port and protocol is used to connect to the application in the container. Defaults to HTTP on port 80.
Type: object
Required: false
Example
spec:
service:
port: 80
protocol: httpservice.port ¶
Port for the default service. Default port is 80.
Type: integer
Required: true
Default value: 80
Value range: 1-65535
Example
spec:
service:
port: 80service.protocol ¶
At some point below valkey will start talking valkey protocol, they are
currently the same.
Which protocol the backend service runs on. Default is http.
Type: enum
Required: false
Default value: http
Allowed values: grpc, http, redis, tcp, valkey
Example
spec:
service:
protocol: httpskipCaBundle ¶
Whether to skip injection of NAV certificate authority bundle or not. Defaults to false.
Type: boolean
Required: false
Example
spec:
skipCaBundle: truestartup ¶
Kubernetes uses startup probes to know when a container application has started. If such a probe is configured, it disables liveness and readiness checks until it succeeds, making sure those probes don't interfere with the application startup. This can be used to adopt liveness checks on slow starting containers, avoiding them getting killed by Kubernetes before they are up and running.
Type: object
Required: false
Example
spec:
startup:
failureThreshold: 10
initialDelay: 20
path: /started
periodSeconds: 5
port: 8080
timeout: 1startup.failureThreshold ¶
When a Pod starts, and the probe fails, Kubernetes will try failureThreshold times before giving up. Giving up in case of a startup probe means restarting the Pod.
Type: integer
Required: false
Example
spec:
startup:
failureThreshold: 10startup.initialDelay ¶
Number of seconds after the container has started before startup probes are initiated.
Type: integer
Required: false
Example
spec:
startup:
initialDelay: 20startup.path ¶
HTTP endpoint path that signals 200 OK if the application has started successfully.
Type: string
Required: true
Example
spec:
startup:
path: /startedstartup.periodSeconds ¶
How often (in seconds) to perform the probe.
Type: integer
Required: false
Example
spec:
startup:
periodSeconds: 5startup.port ¶
Port for the startup probe.
Defaults to application port, as defined in .spec.port.
Type: integer
Required: false
Default value: .spec.port
Value range: 1-65535
Example
spec:
startup:
port: 8080startup.timeout ¶
Number of seconds after which the probe times out.
Type: integer
Required: false
Example
spec:
startup:
timeout: 1strategy ¶
Specifies the strategy used to replace old Pods by new ones.
Type: object
Required: false
Example
spec:
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 0
type: RollingUpdatestrategy.rollingUpdate ¶
Spec to control the desired behavior of rolling update.
Type: object
Required: false
Example
spec:
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 0strategy.rollingUpdate.maxSurge ¶
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
Type: integer or string
Required: false
Example
spec:
strategy:
rollingUpdate:
maxSurge: 25%strategy.rollingUpdate.maxUnavailable ¶
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
Type: integer or string
Required: false
Example
spec:
strategy:
rollingUpdate:
maxUnavailable: 0strategy.type ¶
Specifies the strategy used to replace old Pods by new ones.
RollingUpdate is the default value.
Type: enum
Required: false
Default value: RollingUpdate
Allowed values: Recreate, RollingUpdate
Example
spec:
strategy:
type: RollingUpdateterminationGracePeriodSeconds ¶
The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. For most applications, the default is more than enough. Defaults to 30 seconds.
Type: integer
Required: false
Value range: 0-180
Example
spec:
terminationGracePeriodSeconds: 60tokenx ¶
Provisions and configures a TokenX client for your application.
Relevant information:
Type: object
Required: false
Example
spec:
tokenx:
enabled: truetokenx.enabled ¶
If enabled, will provision and configure a TokenX client and inject an accompanying secret.
Type: boolean
Required: true
Default value: false
Example
spec:
tokenx:
enabled: truettl ¶
After the specified TTL, the application will be deleted.
Type: string
Required: false
Example
spec:
ttl: 1hvalkey ¶
List of Valkey instances this application needs credentials for. Must be owned by same team.
Relevant information:
Type: array
Required: false
Example
spec:
valkey:
- access: readwrite
instance: cachevalkey[].access ¶
Access level for Valkey user
Type: enum
Required: false
Default value: read
Allowed values: admin, read, readwrite, write
Example
spec:
valkey:
- access: readwrite
instance: cachevalkey[].instance ¶
The last part of the name used when creating the instance (ie. valkey-{team}-{instance})
Type: string
Required: false
Example
spec:
valkey:
- access: readwrite
instance: cachevault ¶
Provides secrets management, identity-based access, and encrypting application data for auditing of secrets for applications, systems, and users.
Relevant information:
Type: object
Required: false
Availability: on-premises
Example
spec:
vault:
enabled: true
paths:
- format: env
kvPath: /kv/preprod/fss/application/namespace
mountPath: /var/run/secrets/nais.io/vaultvault.enabled ¶
If set to true, fetch secrets from Vault and inject into the pods.
Type: boolean
Required: false
Example
spec:
vault:
enabled: truevault.paths ¶
List of secret paths to be read from Vault and injected into the pod's filesystem.
Overriding the paths array is optional, and will give you fine-grained control over which Vault paths that will be mounted on the file system.
By default, the list will contain an entry with
kvPath: /kv/<environment>/<zone>/<application>/<namespace>
mountPath: /var/run/secrets/nais.io/vault
that will always be attempted to be mounted.
Type: array
Required: false
Example
spec:
vault:
paths:
- format: env
kvPath: /kv/preprod/fss/application/namespace
mountPath: /var/run/secrets/nais.io/vaultvault.paths[].format ¶
Format of the secret that should be processed.
Type: enum
Required: false
Allowed values: (empty string), env, flatten, json, properties, yaml
Example
spec:
vault:
paths:
- format: env
kvPath: /kv/preprod/fss/application/namespace
mountPath: /var/run/secrets/nais.io/vaultvault.paths[].kvPath ¶
Path to Vault key/value store that should be mounted into the file system.
Type: string
Required: true
Example
spec:
vault:
paths:
- format: env
kvPath: /kv/preprod/fss/application/namespace
mountPath: /var/run/secrets/nais.io/vaultvault.paths[].mountPath ¶
File system path that the secret will be mounted into.
Type: string
Required: true
Example
spec:
vault:
paths:
- format: env
kvPath: /kv/preprod/fss/application/namespace
mountPath: /var/run/secrets/nais.io/vaultwebproxy ¶
Inject on-premises web proxy configuration into the application pod.
Most Linux applications should auto-detect these settings from the $HTTP_PROXY, $HTTPS_PROXY and $NO_PROXY environment variables (and their lowercase counterparts).
Java applications can start the JVM using parameters from the $JAVA_PROXY_OPTIONS environment variable.
Relevant information:
Type: boolean
Required: false
Availability: on-premises
Example
spec:
webproxy: true