Skip to content

Commit

Permalink
fix(pihole): remove pihole from public cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 20, 2024
1 parent ef22747 commit 2668aab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 103 deletions.
17 changes: 0 additions & 17 deletions modules/hetzner/networks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,6 @@ locals {
port = 10001
protocol = "udp"
},
{
description = "PiHole DNS TCP"
source_ips = [
local.global_ipv4_cidr,
local.global_ipv6_cidr,
]
port = 53
},
{
description = "PiHole DNS UDP"
source_ips = [
local.global_ipv4_cidr,
local.global_ipv6_cidr,
]
port = 53
protocol = "udp"
},
# Direct public access only allowed if single manager node
{
description = "Allow access to Kubernetes API"
Expand Down
62 changes: 0 additions & 62 deletions registry/clusters/dev/components/pihole.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions registry/clusters/prod/components/pihole.yaml

This file was deleted.

0 comments on commit 2668aab

Please sign in to comment.