my-apps/charts/home-assistant/ci/ingress-custom-values.yaml
2025-07-10 17:32:23 +03:00

15 lines
347 B
YAML

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: homeassistant.example.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: homeassistant-tls
hosts:
- homeassistant.example.com