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 -