Skip to content

Commit 7269d4f

Browse files
committed
fix(helm): supervisor OTLP endpoint resolves cross-namespace
1 parent b19cf6d commit 7269d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hosting/k8s/helm/templates/supervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spec:
237237
value: {{ .Values.supervisor.config.debug | quote }}
238238
# OTEL
239239
- name: OTEL_EXPORTER_OTLP_ENDPOINT
240-
value: "http://{{ include "trigger-v4.fullname" . }}-webapp:{{ .Values.webapp.service.port }}/otel"
240+
value: "http://{{ include "trigger-v4.fullname" . }}-webapp.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.webapp.service.port }}/otel"
241241
{{- with .Values.supervisor.extraEnvVars }}
242242
{{- toYaml . | nindent 12 }}
243243
{{- end }}

0 commit comments

Comments
 (0)