This commit is contained in:
Richard Tomik
2025-03-23 17:06:32 +01:00
parent 3c21d77641
commit c929e97281

View File

@ -46,13 +46,13 @@ ingress:
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts: hosts:
- host: donetick.tomik.lat - host: donetick.domain.com
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: tls:
- hosts: - hosts:
- donetick.tomik.lat - donetick.domain.com
# Optional: specify the name of an existing TLS secret # Optional: specify the name of an existing TLS secret
# secretName: "existing-tls-secret" # secretName: "existing-tls-secret"