Skip to content

Commit

Permalink
[k8s] fix ingress route host for starforge
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed May 10, 2024
1 parent abfae9b commit ab8d60d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ spec:
- websecure
routes:
- kind: Rule
{{- if .Values.starforge.enabled }}
match: Host(`thirdeye.{{ required "domain is required." .Values.domain }}`)
{{ else }}
match: Host(`{{ .Release.Namespace }}.{{ required "domain is required." .Values.domain }}`)
{{ end -}}
services:
- name: {{ include "thirdeye.ui.headless" . }}
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit ab8d60d

Please sign in to comment.