diff --git a/setup/cluster/coredns/kustomize.template/coredns-lb-service.yaml b/setup/cluster/coredns/kustomize.template/coredns-lb-service.yaml index 18d47e2..64a2c24 100644 --- a/setup/cluster/coredns/kustomize.template/coredns-lb-service.yaml +++ b/setup/cluster/coredns/kustomize.template/coredns-lb-service.yaml @@ -4,22 +4,20 @@ kind: Service metadata: name: coredns-lb namespace: kube-system - annotations: - metallb.universe.tf/loadBalancerIPs: "{{ .cluster.loadBalancerIp }}" spec: type: LoadBalancer ports: - - name: dns - port: 53 - protocol: UDP - targetPort: 53 - - name: dns-tcp - port: 53 - protocol: TCP - targetPort: 53 - - name: metrics - port: 9153 - protocol: TCP - targetPort: 9153 + - name: dns + port: 53 + protocol: UDP + targetPort: 53 + - name: dns-tcp + port: 53 + protocol: TCP + targetPort: 53 + - name: metrics + port: 9153 + protocol: TCP + targetPort: 9153 selector: - k8s-app: kube-dns \ No newline at end of file + k8s-app: kube-dns