forked from navikt/sokos-utbetalingsportalen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaiserator-prod.yaml
47 lines (47 loc) · 986 Bytes
/
naiserator-prod.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
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
name: sokos-op-fasade
namespace: okonomi
labels:
team: okonomi
spec:
image: {{ image }}
port: 8080
liveness:
path: /internal/isAlive
initialDelay: 10
readiness:
path: /internal/isReady
initialDelay: 10
replicas:
min: 1
max: 2
azure:
application:
enabled: true
allowAllUsers: true
claims:
extra:
- "NAVident"
sidecar:
enabled: true
autoLogin: true
autoLoginIgnorePaths:
- /internal/*
ingresses:
- "https://okonomiportalen.intern.nav.no"
resources:
limits:
cpu: "3"
memory: 768Mi
requests:
cpu: "50m"
memory: 256Mi
env:
- name: SOKOS_MIKROFRONTEND_API
value: http://sokos-mikrofrontend-api
- name: SOKOS_MIKROFRONTEND_API_SCOPE
value: api://dev-gcp.okonomi.sokos-mikrofrontend-api/.default
- name: SOKOS_MIKROFRONTEND_PATH
value: "/mikrofrontend-api"