Skip to content

Commit 24593ed

Browse files
committed
FIX ingress
1 parent 3aa4f32 commit 24593ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/chart/templates/ingress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
{{- end }}
162162
routes:
163163
- kind: Rule
164-
match: Host(`about.{{ .Values.marketing.domain }}`)
164+
match: Host(`{{ .Values.marketing.domain }}`)
165165
services:
166166
- name: {{ include "chart.fullname" . }}-marketing-web
167167
port: {{ .Values.marketing.port }}

0 commit comments

Comments
 (0)