charts/dokuwiki/templates/ingress.yaml aktualisiert
This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user