forked from navikt/dolly-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.dev.yml
67 lines (67 loc) · 1.84 KB
/
config.dev.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
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: dolly-frontend-dev
namespace: dolly
labels:
team: dolly
spec:
webproxy: true
azure:
application:
enabled: true
# enum of {trygdeetaten.no, nav.no}
tenant: nav.no
replyURLs:
- https://dolly-frontend-dev.dev.intern.nav.no/login/oauth2/code/aad
- https://dolly-frontend-dev.dev.adeo.no/login/oauth2/code/aad
- http://localhost:8080/login/oauth2/code/aad
- http://localhost:3000/login/oauth2/code/aad
replicas:
min: 1
max: 2
port: 8080
ingresses:
- https://dolly-frontend-dev.dev.adeo.no
- https://dolly-frontend-dev.dev.intern.nav.no
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: TESTNORGE_PROFIL_API_CLIENT_ID
value: f73bfcd0-a1f5-4d3f-bfb4-4d0361191438
- name: DOLLY_BACKEND_API_CLIENT_ID
value: f0174d28-cb33-44f9-a7b5-09e52582e601
- name: DOLLY_BACKEND_HOST
value: https://dolly-backend-dev.dev.adeo.no
- name: UDI_STUB_CLIENT_ID
value: 4426ef7d-f148-4d19-8a03-b0d07a451938
- name: UDI_STUB_HOST
value: https://udi-stub-dev.dev.adeo.no
- name: TESTNORGE_PROFIL_API_HOST
value: https://testnorge-profil-api-dev.dev.intern.nav.no
- name: ORGANISASJON_FORVALTER_HOST
value: https://testnav-organisasjon-forvalter.dev.intern.nav.no
vault:
enabled: true
paths:
- kvPath: /kv/preprod/fss/dolly-frontend-dev/dolly
mountPath: /var/run/secrets/nais.io/vault