Skip to content

Commit 14cfdeb

Browse files
committed
Fix ingress
1 parent 7e2a0c5 commit 14cfdeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pretix-helm/templates/ingress.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- if .Values.ingress.enabled -}}
2+
{{- $fullName := include "pretix.fullname" . -}}
23
apiVersion: networking.k8s.io/v1
34
kind: Ingress
45
metadata:
@@ -30,7 +31,7 @@ spec:
3031
pathType: {{ .pathType }}
3132
backend:
3233
service:
33-
name: {{ include "pretix.fullname" . }}-web
34+
name: {{ $fullName }}-web
3435
port:
3536
number: 8000
3637
{{- end }}

0 commit comments

Comments
 (0)