File tree Expand file tree Collapse file tree 5 files changed +6
-26
lines changed Expand file tree Collapse file tree 5 files changed +6
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/navikt/baseimages/temurin:21-appdynamics
2
- ENV APPD_ENABLED=true
1
+ FROM ghcr.io/navikt/baseimages/temurin:21
3
2
4
3
COPY target/app.jar app.jar
5
- COPY export-vault-secrets.sh /init-scripts/export-vault-secrets.sh
6
4
7
- ENV JAVA_OPTS="-Xmx1024m \
5
+ ENV JAVA_OPTS="-XX:MaxRAMPercentage=75 \
8
6
-Djava.security.egd=file:/dev/./urandom \
9
7
-Dspring.profiles.active=nais"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,18 +48,12 @@ spec:
48
48
namespace : traktor
49
49
cluster : prod-fss
50
50
webproxy : true
51
- vault :
52
- enabled : true
53
- paths :
54
- - kvPath : {{ APPDYNAMICS }}
55
- mountPath : /var/run/secrets/nais.io/appdynamics
56
51
replicas :
57
52
min : {{ MIN_REPLICAS }}
58
53
max : {{ MAX_REPLICAS }}
59
54
cpuThresholdPercentage : 50
60
55
resources :
61
56
requests :
62
- cpu : 250m
63
- memory : 256Mi
57
+ memory : 128Mi
64
58
limits :
65
- memory : 1024Mi
59
+ memory : 512Mi
Original file line number Diff line number Diff line change 16
16
"BILAG_AZURE_SCOPE" : " api://prod-fss.teamdokumenthandtering.bilag/.default" ,
17
17
"BILAG_BASE_URL" : " https://bilag.intern.nav.no" ,
18
18
"BILAG_ENDPOINTS_BREVSERVER_URL" : " https://brevserver-nais.intern.nav.no/brevweb" ,
19
- "BILAG_ENDPOINTS_BREVSERVER_SCOPE" : " api://prod-fss.teamdokumenthandtering.brevserver-nais/.default" ,
20
- "APPDYNAMICS" : " /apikey/appdynamics/prod"
19
+ "BILAG_ENDPOINTS_BREVSERVER_SCOPE" : " api://prod-fss.teamdokumenthandtering.brevserver-nais/.default"
21
20
}
Original file line number Diff line number Diff line change 16
16
"BILAG_AZURE_SCOPE" : " api://dev-fss.teamdokumenthandtering.bilag-q1/.default" ,
17
17
"BILAG_BASE_URL" : " https://bilag-q1.dev.intern.nav.no" ,
18
18
"BILAG_ENDPOINTS_BREVSERVER_URL" : " https://brevserver-nais-q1.dev.intern.nav.no/brevweb" ,
19
- "BILAG_ENDPOINTS_BREVSERVER_SCOPE" : " api://dev-fss.teamdokumenthandtering.brevserver-nais-q1/.default" ,
20
- "APPDYNAMICS" : " /apikey/appdynamics/dev"
19
+ "BILAG_ENDPOINTS_BREVSERVER_SCOPE" : " api://dev-fss.teamdokumenthandtering.brevserver-nais-q1/.default"
21
20
}
You can’t perform that action at this time.
0 commit comments