Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Feb 16, 2024
1 parent fa614c7 commit 480ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/app/charts/app/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: "{{ .Values.global.name }}.{{ tpl .Release.Namespace $ }}.{{ tpl .Values.global.clusterDomain $ }}"
- host: "{{ .Values.global.name }}-{{ tpl .Release.Namespace $ }}.{{ tpl .Values.global.clusterDomain $ }}"
http:
paths:
- path: /
Expand Down

0 comments on commit 480ccce

Please sign in to comment.