Browse Source

Fixed SAPL ingress

master
Fábio Kaiser Rauber 4 years ago
parent
commit
aa19c46f92
  1. 2
      charts/sapl/v0.2.0/templates/ingress.yaml

2
charts/sapl/v0.2.0/templates/ingress.yaml

@ -25,7 +25,7 @@ spec:
- host: "{{ $hostName }}" - host: "{{ $hostName }}"
http: http:
paths: paths:
- path: /(.*) - path: /
backend: backend:
serviceName: {{ $fullName }} serviceName: {{ $fullName }}
servicePort: http servicePort: http

Loading…
Cancel
Save