Load balancer

This commit is contained in:
j 2025-07-05 23:13:40 +10:00
parent 36f1e4ca2a
commit d9859dc3c8

View file

@ -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