We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b091 commit deaf5ecCopy full SHA for deaf5ec
1 file changed
deploy/charts/observability-app/templates/observability-ui.yaml
@@ -51,6 +51,11 @@ spec:
51
protocol: TCP
52
resources:
53
{{- toYaml .Values.observability_ui.resources | nindent 12 }}
54
+ {{- if .Values.observability_api.hostname }}
55
+ env:
56
+ - name: OBSERVABILITY_API_HOSTNAME
57
+ value: {{ tpl .Values.observability_api.hostname . | quote }}
58
+ {{- end }}
59
{{- if .Values.observability_ui.environmentJson }}
60
volumeMounts:
61
- mountPath: /observability_ui/shell/environments
0 commit comments