From 36f1e4ca2a7ea2f76096d4c8f600e41c073a1f71 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 5 Jul 2025 23:11:50 +1000 Subject: [PATCH] Convert service to load balancer --- charts/dns/templates/bind-master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dns/templates/bind-master.yaml b/charts/dns/templates/bind-master.yaml index aed06f4..4d3328c 100644 --- a/charts/dns/templates/bind-master.yaml +++ b/charts/dns/templates/bind-master.yaml @@ -121,6 +121,7 @@ kind: Service metadata: name: bind-master spec: + type: ClusterIP selector: app: bind-master ports: @@ -133,4 +134,3 @@ spec: protocol: TCP targetPort: 53 -