Skip to content

Commit

Permalink
Refactor Pi-hole Service configuration to rename DNS ports and remove…
Browse files Browse the repository at this point in the history
… unused HTTPS port
  • Loading branch information
EliasDeHondt committed Dec 28, 2024
1 parent 64fa822 commit 5d2e93c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Supercluster/Cluster01/PiHole/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ spec:
selector:
app: pihole
ports:
- name: dns
- name: dns-tcp
protocol: TCP
port: 53
targetPort: 53
- protocol: UDP
- name: dns-udp
protocol: UDP
port: 53
targetPort: 53
- name: http
protocol: TCP
port: 80
targetPort: 80
- name: https
protocol: TCP
port: 443
targetPort: 443
type: LoadBalancer
loadBalancerIP: 192.168.1.120
---

0 comments on commit 5d2e93c

Please sign in to comment.