Update the helm chart
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2025-01-18 14:16:29 +01:00
parent 68f395e0aa
commit b053ba7ff4
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

@ -39,6 +39,13 @@ extraVolumes:
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.allow-http: "false"
kubernetes.io/ingress.global-static-ip-name: ""
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
class: traefik
rules:
- host: "{{ .Values.shortcuts.hostname }}"