mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
bitnami/wavefront Add Log4j workaround to proxy (#8396)
* Add Log4j workaround to proxy Signed-off-by: Helen Shao <shaoh@vmware.com> * Update chart version Signed-off-by: John Cornish <jcornish@vmware.com> Co-authored-by: Mark Michael <mamichael@vmware.com> Co-authored-by: Helen Shao <shaoh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
cffa86698f
commit
c54e951b6b
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wavefront-proxy
|
||||
- https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
|
||||
- https://github.com/wavefrontHQ/wavefront-proxy
|
||||
version: 3.1.18
|
||||
version: 3.1.19
|
||||
|
||||
@@ -71,6 +71,8 @@ spec:
|
||||
runAsNonRoot: {{ .Values.proxy.containerSecurityContext.runAsNonRoot }}
|
||||
{{- end }}
|
||||
env:
|
||||
- name: JAVA_ARGS
|
||||
value: "-Dlog4j2.formatMsgNoLookups=true"
|
||||
- name: WAVEFRONT_URL
|
||||
value: {{ .Values.wavefront.url }}/api
|
||||
- name: WAVEFRONT_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user