-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnais.yaml
70 lines (70 loc) · 1.77 KB
/
nais.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: strapi-postgres
namespace: team-researchops
labels:
team: team-researchops
spec:
image: {{ image }}
env:
- name: "DATABASE_CLIENT"
value: "postgres"
- name: "DATABASE_HOST"
value: "$(NAIS_DATABASE_STRAPI_POSTGRES_STRAPI_POSTGRES_HOST)"
- name: "DATABASE_PORT"
value: "$(NAIS_DATABASE_STRAPI_POSTGRES_STRAPI_POSTGRES_PORT)"
- name: "DATABASE_NAME"
value: "$(NAIS_DATABASE_STRAPI_POSTGRES_STRAPI_POSTGRES_DATABASE)"
- name: "DATABASE_USERNAME"
value: "$(NAIS_DATABASE_STRAPI_POSTGRES_STRAPI_POSTGRES_USERNAME)"
- name: "DATABASE_PASSWORD"
value: "$(NAIS_DATABASE_STRAPI_POSTGRES_STRAPI_POSTGRES_PASSWORD)"
- name: "DATABASE_SSL"
value: "true"
- name: "PORT"
value: "1337"
- name: "debug"
value: "true"
- name: "JWT_SECRET"
value: "tobemodified"
- name: "ADMIN_JWT_SECRET"
value: "tobemodified"
- name: "APP_KEYS"
value: "toBeModified1,toBeModified2"
- name: "TRANSFER_TOKEN_SALT"
value: "tobemodified"
- name: "API_TOKEN_SALT"
value: "tobemodified"
gcp:
sqlInstances:
- type: POSTGRES_14
tier: db-f1-micro
flags:
- name: cloudsql.logical_decoding
value: "on"
databases:
- name: strapi-postgres
users:
- name: datastream
diskAutoresize: true
ingresses:
- "https://strapi.ansatt.nav.no"
- "https://strapi.intern.nav.no"
resources:
requests:
cpu: "100m"
memory: "256Mi"
limits:
memory: "512Mi"
liveness:
path: "/admin"
port: 1337
readiness:
path: "/admin"
port: 1337
replicas:
cpuThresholdPercentage: 50
max: 2
min: 1
port: 1337