Skip to content

Commit

Permalink
fix: observer run host
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 6, 2025
1 parent 6ef1b90 commit a34ad8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/datalayer-observer/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
ingressClassName: {{ .Values.observer.ingressClass }}
rules:
- host: {{ .Values.observer.env.DATALAYER_RUN_URL }}
- host: {{ template "observer.runHost" . }}
http:
paths:
- backend:
Expand All @@ -35,6 +35,6 @@ spec:
pathType: Prefix
tls:
- hosts:
- {{ .Values.observer.env.DATALAYER_RUN_URL }}
secretName: {{ .Values.observer.env.DATALAYER_RUN_URL }}-datalayer-api-cert-secret
- {{ template "observer.runHost" . }}
secretName: {{ template "observer.runHost" . }}-datalayer-api-cert-secret
{{- end }}

0 comments on commit a34ad8e

Please sign in to comment.