forked from navikt/statusplattform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnais.yml
69 lines (69 loc) · 1.58 KB
/
nais.yml
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
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: portalserver
namespace: navdig
labels:
team: navdig
spec:
envFrom:
- secret: swagger-api-konfig
env:
- name: FRONTEND_LOCATION
value: https://status.nav.no/sp
- name: statusholder_url
value: https://statusholder.prod-fss-pub.nais.io
- name: BACKEND_LOCATION
value: https://status-api.nav.no
- name: TENANT
value: nav.no
- name: teamkatalogApiUrl
value: http://team-catalog-backend.org.svc.cluster.local
- name: ENV
value: prod
replicas:
min: 2
secureLogs:
enabled: true
image: {{ image }}
port: 3005
ingresses:
- https://status-api.nav.no
gcp:
sqlInstances:
- name: navstatus
type: POSTGRES_12
highAvailability: true
tier: db-custom-2-3840
databases:
- name: navstatus
envVarPrefix: DB
azure:
application:
allowAllUsers: true
tenant: nav.no
enabled: true
claims:
extra:
- "NAVident"
- "azp_name"
accessPolicy:
inbound:
rules:
- application: portal
namespace: navdig
cluster: prod-gcp
- application: statuspoll
namespace: navdig
cluster: prod-gcp
- application: promstatusproxy
namespace: navdig
cluster: prod-gcp
- application: onpremstatuspoll
namespace: navdig
cluster: prod-fss
outbound:
rules:
- application: team-catalog-backend
namespace: org
cluster: prod-gcp