Skip to content

Commit

Permalink
Remove unused HTTPS port from Pi-hole deployment and simplify service…
Browse files Browse the repository at this point in the history
… ports configuration
  • Loading branch information
EliasDeHondt committed Dec 28, 2024
1 parent 5d2e93c commit 6d9de9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions Supercluster/Cluster01/PiHole/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ spec:
protocol: TCP
- containerPort: 80
protocol: TCP
- containerPort: 443
protocol: TCP
env:
- name: ServerIP
value: "0.0.0.0"
Expand Down
6 changes: 1 addition & 5 deletions Supercluster/Cluster01/PiHole/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ spec:
selector:
app: pihole
ports:
- name: dns-tcp
protocol: TCP
port: 53
targetPort: 53
- name: dns-udp
- name: dns
protocol: UDP
port: 53
targetPort: 53
Expand Down

0 comments on commit 6d9de9e

Please sign in to comment.