We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bfe398 + 1524117 commit 5fefbd6Copy full SHA for 5fefbd6
nais/nais-dev.yml
@@ -74,6 +74,10 @@ spec:
74
tenant: trygdeetaten.no
75
allowAllUsers: true
76
webproxy: true
77
+ observability:
78
+ autoInstrumentation:
79
+ enabled: true
80
+ runtime: java
81
env:
82
- name: "LDAP_URL"
83
value: "ldaps://ldapgw.preprod.local"
nais/nais-prod.yml
@@ -9,8 +9,8 @@ spec:
9
image: "{{{ image }}}"
10
port: 7000
11
replicas:
12
- min: 2
13
- max: 4
+ min: 4
+ max: 8
14
liveness:
15
path: "/internal/isalive"
16
initialDelay: 3
@@ -24,9 +24,9 @@ spec:
24
timeout: 1
25
resources:
26
limits:
27
- memory: "2048Mi"
+ memory: "4096Mi"
28
requests:
29
- memory: "1024Mi"
+ memory: "2048Mi"
30
ingresses:
31
- "https://navansatt.intern.nav.no"
32
- "https://navansatt.prod-fss-pub.nais.io"
0 commit comments