remove all ports except web
All checks were successful
Renovate / renovate (push) Successful in 7m34s

This commit is contained in:
2025-08-15 18:12:40 +05:30
parent 1a0f9f5417
commit 2038bd6e0f

View File

@@ -13,26 +13,3 @@ spec:
targetPort: 80 targetPort: 80
protocol: TCP protocol: TCP
name: web 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