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: main:
enabled: true enabled: true
primary: false primary: false
annotations:
kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: "https://do.${domain}" - host: "do.${domain}"
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- secretName: vikunja - secretName: vikunja
hosts: hosts:
- "https://do.${domain}" - "do.${domain}"