From f56852fc5846069850ec2c9fd4ffc8cbb5e34ebe Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 16:06:50 +0200 Subject: [PATCH] fix: add missing config files for ingress --- apps/home-assistant/helmrelease.yaml | 30 +++++++++++++++------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index 9b95da4..7916bfb 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -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