Skip to content

Commit

Permalink
Merge pull request #122 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 20d6138 + 0503a3c commit e10663e
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 @@ -105,7 +105,7 @@ data:
{{- end }}
SPRING_SLEUTH_WEB_ENABLED: {{ .Values.zipkin.enabled | default false | quote }}
SPRING_SLEUTH_SAMPLER_PERCENTAGE: {{ .Values.zipkin.samplerPercentage | default "1.0" | quote }}
{{ - if .Values.global.site24x7Enabled }}
{{- 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 }}
kind: ConfigMap
Expand Down

0 comments on commit e10663e

Please sign in to comment.