1
0

optimized memory limits and removed cpu limit

This commit is contained in:
sido
2018-09-11 12:25:28 +02:00
parent 9d807d28fc
commit fc7c564e44
3 changed files with 17 additions and 30 deletions

View File

@ -46,7 +46,7 @@ spec:
- name: admin.password
value: {{ .adminPassword }}
- name: CATALINA_OPTS
value: {{ .javaOpts }}
value: "-Xmx{{ .javaOpts.maxHeapSpace }} -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
ports:
- containerPort: 8080
livenessProbe: