-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-gcp-teamfamilie.yaml
63 lines (63 loc) · 1.29 KB
/
dev-gcp-teamfamilie.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
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
name: familie-baks-soknad-api
namespace: teamfamilie
labels:
team: teamfamilie
spec:
image: {{ image }}
port: 8080
liveness:
path: /internal/health
initialDelay: 30
failureThreshold: 10
readiness:
path: /internal/health
initialDelay: 30
failureThreshold: 10
replicas:
min: 2
max: 2
prometheus:
enabled: true
path: /internal/prometheus
secureLogs:
enabled: true
tokenx:
enabled: true
azure:
application:
enabled: true
resources:
limits:
memory: 500Mi
requests:
memory: 300Mi
cpu: 10m
accessPolicy:
inbound:
rules:
- application: familie-ba-soknad
- application: familie-ks-soknad
outbound:
rules:
- application: familie-baks-mottak
- application: sokos-kontoregister-person
namespace: okonomi
external:
- host: api-gw-q1.oera.no
- host: login.microsoftonline.com
- host: pdl-api.dev-fss-pub.nais.io
- host: kodeverk-api.nav.no
vault:
enabled: false
observability:
autoInstrumentation:
enabled: true
runtime: java
env:
- name: APP_TEAM
value: teamfamilie
- name: SPRING_PROFILES_ACTIVE
value: dev