From d9859dc3c8efe6633a8883554b737a7ac726e57d Mon Sep 17 00:00:00 2001 From: j Date: Sat, 5 Jul 2025 23:13:40 +1000 Subject: [PATCH] Load balancer --- charts/dns/templates/bind-slave.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/dns/templates/bind-slave.yaml b/charts/dns/templates/bind-slave.yaml index 11a880b..091e96e 100644 --- a/charts/dns/templates/bind-slave.yaml +++ b/charts/dns/templates/bind-slave.yaml @@ -119,10 +119,13 @@ spec: apiVersion: v1 kind: Service metadata: - name: bind-slave + name: bind-master + namespace: default spec: + type: LoadBalancer + externalTrafficPolicy: Local selector: - app: bind-slave + app: bind-master ports: - name: dns-udp port: 53 @@ -133,4 +136,3 @@ spec: protocol: TCP targetPort: 53 -