From fe47ed139a4e5b6325183c417b2623e6a279f312 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 28 Aug 2024 15:01:55 +0500 Subject: [PATCH] feat: add tls for pihole.home --- helm/values/pihole.values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helm/values/pihole.values.yaml b/helm/values/pihole.values.yaml index 1b784c0..b3775e6 100644 --- a/helm/values/pihole.values.yaml +++ b/helm/values/pihole.values.yaml @@ -11,8 +11,14 @@ persistentVolumeClaim: enabled: true ingress: enabled: true + annotations: + cert-manager.io/cluster-issuer: selfsigned-issuer hosts: - - "pihole.home" + - pihole.home + tls: + - secretName: pihole-tls + hosts: + - pihole.home serviceWeb: loadBalancerIP: 192.168.0.250 annotations: