Skip to content

Commit

Permalink
FIX ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Mar 19, 2024
1 parent 3aa4f32 commit 24593ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/chart/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
{{- end }}
routes:
- kind: Rule
match: Host(`about.{{ .Values.marketing.domain }}`)
match: Host(`{{ .Values.marketing.domain }}`)
services:
- name: {{ include "chart.fullname" . }}-marketing-web
port: {{ .Values.marketing.port }}
Expand Down

0 comments on commit 24593ed

Please sign in to comment.