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