Skip to content
Snippets Groups Projects
Commit 7f5ef2df authored by xeruf's avatar xeruf
Browse files

vikunja: add acme tls request

parent ca0bcd1c
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,14 @@ data:
main:
enabled: true
primary: false
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "https://do.${domain}"
- host: "do.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja
hosts:
- "https://do.${domain}"
- "do.${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