fix: add missing config files for ingress
This commit is contained in:
parent
4de4e3d8e6
commit
f56852fc58
1 changed files with 16 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue