Skip to content
Snippets Groups Projects
Verified Commit 8a754a08 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

enable ingress and fix host setting

parent bd4683a6
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,14 @@ data:
tag: "f60b8cc"
ingress:
enabled: true
annotations:
# Tell cert-manager to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
hosts:
- zulip.${domain}
- host: "zulip.${domain}"
paths:
- path: /
- path: "/"
tls:
- hosts:
- "zulip.${domain}"
......
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