From c0e2a7c7845d9143fa9749254a5f1db20b2917ed Mon Sep 17 00:00:00 2001 From: Chever John Date: Sun, 1 Sep 2024 23:53:00 +0800 Subject: [PATCH] fix: no work --- helm/values/pihole.values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values/pihole.values.yaml b/helm/values/pihole.values.yaml index 3b99aeb..d1fc61b 100644 --- a/helm/values/pihole.values.yaml +++ b/helm/values/pihole.values.yaml @@ -7,6 +7,8 @@ ingress: enabled: true hosts: - "pihole.home" + annotations: + kubernetes.io/ingress.class: "nginx-internal" serviceWeb: loadBalancerIP: 192.168.1.250 annotations: