diff --git a/cluster/apps/pihole/pihole-svc.yml b/cluster/apps/pihole/pihole-svc.yml index 6502512..43322e6 100644 --- a/cluster/apps/pihole/pihole-svc.yml +++ b/cluster/apps/pihole/pihole-svc.yml @@ -13,26 +13,3 @@ spec: targetPort: 80 protocol: TCP name: web - - port: 53 - targetPort: 53 - protocol: TCP - name: dns-tcp ---- -apiVersion: v1 -kind: Service -metadata: - name: pihole-udp-service - namespace: default -spec: - type: LoadBalancer - selector: - app: pihole - ports: - - port: 53 - targetPort: 53 - protocol: UDP - name: dns-udp - - port: 67 - targetPort: 67 - protocol: UDP - name: dhcp