-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnais-q-fss.yaml
43 lines (43 loc) · 1.09 KB
/
nais-q-fss.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
kind: Application
apiVersion: nais.io/v1alpha1
metadata:
name: frontendlogger-fss
namespace: pto
labels:
team: pto
cluster: dev-fss
spec:
image: docker.pkg.github.com/navikt/frontendlogger/frontendlogger:{{version}}
ingresses:
- https://frontendlogger-q0.nais.adeo.no
- https://app-q0.adeo.no/frontendlogger
- https://app-q0.dev.adeo.no/frontendlogger
- https://modapp-q0.adeo.no/frontendlogger
- https://frontendlogger-q1.nais.adeo.no
- https://app-q1.adeo.no/frontendlogger
- https://app-q1.dev.adeo.no/frontendlogger
- https://modapp-q1.adeo.no/frontendlogger
port: 8080
liveness:
path: frontendlogger/internal/health/liveness
initialDelay: 60
readiness:
path: frontendlogger/internal/health/readiness
initialDelay: 60
prometheus:
enabled: true
path: frontendlogger/internal/prometheus
replicas:
min: 1
max: 2
cpuThresholdPercentage: 75
resources:
limits:
cpu: "3"
memory: 768Mi
requests:
cpu: 200m
memory: 512Mi
env:
- name: CORS_ALLOWED_ORIGINS
value: "https://*.adeo.no"