We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa4f32 commit 24593edCopy full SHA for 24593ed
k8s/chart/templates/ingress.yml
@@ -161,7 +161,7 @@ spec:
161
{{- end }}
162
routes:
163
- kind: Rule
164
- match: Host(`about.{{ .Values.marketing.domain }}`)
+ match: Host(`{{ .Values.marketing.domain }}`)
165
services:
166
- name: {{ include "chart.fullname" . }}-marketing-web
167
port: {{ .Values.marketing.port }}
0 commit comments