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 }}"
http:
paths:
- path: /(.*)
- path: /
backend:
serviceName: {{ $fullName }}
servicePort: http

Loading…
Cancel
Save