fix: add missing config files for ingress

This commit is contained in:
Patryk Hegenberg 2025-05-25 16:06:50 +02:00
parent 4de4e3d8e6
commit f56852fc58

View file

@ -19,17 +19,19 @@ spec:
enabled: true
existingClaim: home-assistant-config
ingress:
main:
enabled: true
# className: traefik
hosts:
- host: ha.patanix.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: ha-patanix-de-tls
hosts:
- ha.patanix.de
annotations:
cert-manager.io/cluster-issuer: letsencrypt-dns
enabled: true
className: traefik
hosts:
- host: ha.patanix.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: ha-patanix-de-tls
hosts:
- ha.patanix.de
annotations:
cert-manager.io/cluster-issuer: letsencrypt-dns
service:
type: ClusterIP
port: 8123