vikunja: add acme tls request

This commit is contained in:
xeruf 2022-06-28 08:31:00 +01:00
parent ca0bcd1c34
commit 7f5ef2df9b
1 changed files with 4 additions and 2 deletions

View File

@ -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}"