We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19cf6d commit 7269d4fCopy full SHA for 7269d4f
1 file changed
hosting/k8s/helm/templates/supervisor.yaml
@@ -237,7 +237,7 @@ spec:
237
value: {{ .Values.supervisor.config.debug | quote }}
238
# OTEL
239
- name: OTEL_EXPORTER_OTLP_ENDPOINT
240
- value: "http://{{ include "trigger-v4.fullname" . }}-webapp:{{ .Values.webapp.service.port }}/otel"
+ value: "http://{{ include "trigger-v4.fullname" . }}-webapp.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.webapp.service.port }}/otel"
241
{{- with .Values.supervisor.extraEnvVars }}
242
{{- toYaml . | nindent 12 }}
243
{{- end }}
0 commit comments