-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-prod.yaml
57 lines (56 loc) · 1.21 KB
/
app-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
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
annotations:
nais.io/restricted: "true"
name: familie-ba-infotrygd-feed
namespace: teamfamilie
labels:
team: teamfamilie
spec:
image: {{ image }}
port: 8092
liveness:
path: /internal/health
initialDelay: 20
failureThreshold: 10
readiness:
path: /internal/health
initialDelay: 20
failureThreshold: 10
prometheus:
enabled: true
path: /internal/prometheus
vault:
enabled: true
paths:
- kvPath: /azuread/data/prod/creds/familie-ba-infotrygd-feed
mountPath: /var/run/secrets/nais.io/azuread
replicas:
min: 1
max: 1
cpuThresholdPercentage: 50
resources:
limits:
memory: 1024Mi
requests:
memory: 512Mi
cpu: 200m
secureLogs:
enabled: true
ingresses:
- https://familie-ba-infotrygd-feed.nais.adeo.no
- https://familie-ba-infotrygd-feed.prod-fss-pub.nais.io
azure:
application:
enabled: true
accessPolicy:
inbound:
rules:
- application: familie-ba-sak
cluster: prod-gcp
- application: familie-ba-migrering
cluster: prod-gcp
env:
- name: SPRING_PROFILES_ACTIVE
value: prod