-
Notifications
You must be signed in to change notification settings - Fork 0
/
naiserator-prod.yaml
76 lines (76 loc) · 1.77 KB
/
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
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
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
name: syfosmsak
namespace: teamsykmelding
labels:
team: teamsykmelding
spec:
image: {{ image }}
replicas:
min: 2
max: 10
scalingStrategy:
kafka:
consumerGroup: syfosmsak-consumer
threshold: 300
topic: teamsykmelding.privat-sykmelding-sak
port: 8080
liveness:
path: /internal/is_alive
initialDelay: 30
timeout: 5
periodSeconds: 5
failureThreshold: 5
readiness:
path: /internal/is_ready
initialDelay: 30
periodSeconds: 5
timeout: 1
prometheus:
enabled: true
path: /internal/prometheus
observability:
autoInstrumentation:
enabled: true
runtime: java
logging:
destinations:
- id: loki
- id: elastic
resources:
limits:
memory: 2Gi
requests:
cpu: 150m
memory: 1024Mi
azure:
application:
enabled: true
tenant: nav.no
filesFrom:
- secret: sykmeldingvedlegg-google-creds
kafka:
pool: nav-prod
secureLogs:
enabled: true
accessPolicy:
outbound:
rules:
- application: smpdfgen
namespace: teamsykmelding
cluster: prod-gcp
external:
- host: pdl-api.prod-fss-pub.nais.io
- host: dokarkiv.prod-fss-pub.nais.io
env:
- name: DOK_ARKIV_URL
value: https://dokarkiv.prod-fss-pub.nais.io/rest/journalpostapi/v1/journalpost
- name: DOK_ARKIV_SCOPE
value: api://prod-fss.teamdokumenthandtering.dokarkiv/.default
- name: PDL_GRAPHQL_PATH
value: https://pdl-api.prod-fss-pub.nais.io/graphql
- name: PDL_SCOPE
value: api://prod-fss.pdl.pdl-api/.default
- name: SYKMELDING_VEDLEGG_BUCKET_NAME
value: teamsykmelding-sykmelding-vedlegg-bucket-prod