Skip to content
Snippets Groups Projects
Commit 96f91df3 authored by Mart van Santen's avatar Mart van Santen
Browse files

Update to new kubernetes ingress definition

parent cf230ada
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,14 @@ data:
ingress:
public:
enabled: true
className: ""
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: *SSO_HOST
paths: ["/"]
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- *SSO_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment