Latest Istio 1.7.1, ES heap configruable, Fluent-bit version bump #20

Merged
stefan merged 24 commits from master into stable 2020-09-15 09:09:24 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d13fc9d519 - Show all commits

View File

@ -49,12 +49,12 @@ spec:
resources:
requests:
cpu: {{ default "200m" .cpu_request }}
memory: {{ mul 2 ( default "4" .jvm_heap ) }}Gi
memory: {{ mul 2 ( default "2" .jvm_heap ) }}Gi
limits:
{{- if .cpu_limit }}
cpu: {{ .cpu_limit }}
{{- end }}
memory: {{ mul 2 ( default "4" .jvm_heap ) }}Gi
memory: {{ mul 2 ( default "2" .jvm_heap ) }}Gi
env:
- name: ES_JAVA_OPTS
value: -Xms{{ default "2" .jvm_heap }}g -Xmx{{ default "2" .jvm_heap }}g