remove all ports except web
All checks were successful
Renovate / renovate (push) Successful in 7m34s
All checks were successful
Renovate / renovate (push) Successful in 7m34s
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user