diff --git a/charts/wordpress/5.8/templates/ingress.yaml b/charts/wordpress/5.8/templates/ingress.yaml index 063ecbe..d9e9292 100644 --- a/charts/wordpress/5.8/templates/ingress.yaml +++ b/charts/wordpress/5.8/templates/ingress.yaml @@ -29,10 +29,12 @@ spec: paths: {{- range .paths }} - path: {{ .path }} + pathType: Prefix backend: - name: {{ $fullName }} - port: - number: {{ $svcPort }} + service: + name: {{ $fullName }} + port: + number: {{ $svcPort }} {{- end }} {{- end }} {{- end }}