This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
85 lines (85 loc) · 2.64 KB
/
config.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: dolly-frontend
namespace: dolly
labels:
team: dolly
spec:
azure:
application:
enabled: true
tenant: nav.no
replyURLs:
- https://dolly.ekstern.dev.nav.no/login/oauth2/code/aad
replicas:
min: 1
max: 2
port: 8080
ingresses:
- https://dolly.ekstern.dev.nav.no
accessPolicy:
outbound:
rules:
- application: testnorge-tilbakemelding-api
- application: testnav-adresse-service
- application: testnav-miljoer-service
- application: testnav-organisasjon-service
- application: testnav-organisasjon-forvalter
- application: testnorge-profil-api
- application: testnav-joark-dokument-service
- application: testnav-organisasjon-faste-data-service
external:
- host: person-search-service.dev-fss-pub.nais.io
- host: udi-stub.dev-fss-pub.nais.io
- host: testnorge-varslinger-api.dev-fss-pub.nais.io
- host: testnav-pensjon-testdata-facade-proxy.dev-fss-pub.nais.io
- host: testnav-sigrunstub-proxy.dev-fss-pub.nais.io
- host: testnav-testnorge-inst-proxy.dev-fss-pub.nais.io
- host: testnav-krrstub-proxy.dev-fss-pub.nais.io
- host: testnav-testnorge-aareg-proxy.dev-fss-pub.nais.io
- host: testnav-arena-forvalteren-proxy.dev-fss-pub.nais.io
- host: testnav-hodejegeren-proxy.dev-fss-pub.nais.io
- host: tps-forvalteren-proxy.dev-fss-pub.nais.io
- host: dolly-backend.dev-fss-pub.nais.io
- host: testnav-inntektstub-proxy.dev-fss-pub.nais.io
- host: testnav-brregstub-proxy.dev-fss-pub.nais.io
liveness:
path: /internal/isAlive
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
readiness:
path: /internal/isReady
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
prometheus:
enabled: true
path: /internal/metrics
resources:
requests:
cpu: 1000m
memory: 1024Mi
limits:
cpu: 1500m
memory: 2048Mi
image: {{ image }}
env:
- name: DOLLY_BACKEND_NAME
value: dolly-backend
- name: DOLLY_BACKEND_URL
value: https://dolly-backend.dev-fss-pub.nais.io
- name: UDI_STUB_URL
value: https://udi-stub.dev-fss-pub.nais.io
- name: UDI_STUB_NAME
value: udi-stub
- name: TPS_FORVALTERN_PROXY_NAME
value: tps-forvalteren-proxy
- name: TPS_FORVALTERN_PROXY_URL
value: https://tps-forvalteren-proxy.dev-fss-pub.nais.io
vault:
enabled: true
paths:
- kvPath: /kv/preprod/fss/dolly-frontend/dolly
mountPath: /var/run/secrets/nais.io/vault