From 4a8694922de11774b0103acbc72edab3c5ed188d Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 9 May 2025 02:36:14 +0000 Subject: [PATCH] charts/dokuwiki/templates/ingress.yaml aktualisiert --- charts/dokuwiki/templates/ingress.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/dokuwiki/templates/ingress.yaml b/charts/dokuwiki/templates/ingress.yaml index 6a17fb5..77eeea3 100644 --- a/charts/dokuwiki/templates/ingress.yaml +++ b/charts/dokuwiki/templates/ingress.yaml @@ -31,9 +31,7 @@ spec: {{- toYaml .Values.ingress.extraPaths | nindent 10 }} {{- end }} - path: {{ .Values.ingress.path }} - {{- if eq "true" (include "common.ingress.supportsPathType" .) }} pathType: {{ .Values.ingress.pathType }} - {{- end }} backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "http" "context" $) | nindent 14 }} {{- end }} {{- range .Values.ingress.extraHosts }} @@ -41,9 +39,7 @@ spec: http: paths: - path: {{ default "/" .path }} - {{- if eq "true" (include "common.ingress.supportsPathType" $) }} pathType: {{ default "ImplementationSpecific" .pathType }} - {{- end }} backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }} {{- end }} {{- if .Values.ingress.extraRules }}