Skip to content

Commit

Permalink
Merge pull request #123 from Onlineberatung/CARITAS-297-add-site24x7
Browse files Browse the repository at this point in the history
fix: CARITAS-297-add-site24x7
  • Loading branch information
Leandro13Silva13 authored Nov 7, 2024
2 parents e10663e + b46fbf0 commit 2bd3a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/userservice/userservice-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ data:
SPRING_SLEUTH_SAMPLER_PERCENTAGE: {{ .Values.zipkin.samplerPercentage | default "1.0" | quote }}
{{- if .Values.global.site24x7Enabled }}
JAVA_TOOL_OPTIONS: "-javaagent:/opt/apm/apminsight-javaagent.jar -Dapminsight.application.name=userservice-{{ .Release.Name }} -Dapminsight.log.dir=/home/apm"
{{ - end }}
{{- end }}
kind: ConfigMap
metadata:
labels:
Expand Down

0 comments on commit 2bd3a51

Please sign in to comment.