Convert service to load balancer

This commit is contained in:
j 2025-07-05 23:11:50 +10:00
parent 4d11768bbf
commit 36f1e4ca2a

View file

@ -121,6 +121,7 @@ kind: Service
metadata: metadata:
name: bind-master name: bind-master
spec: spec:
type: ClusterIP
selector: selector:
app: bind-master app: bind-master
ports: ports:
@ -133,4 +134,3 @@ spec:
protocol: TCP protocol: TCP
targetPort: 53 targetPort: 53