replace bind-pihole-dnscrypt with technitium [ci skip]

This commit is contained in:
Viktor Barzin 2023-09-14 09:20:16 +00:00
parent c02ad0e9ca
commit 96e43d4510
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 167 additions and 2 deletions

View file

@ -128,8 +128,8 @@ resource "kubernetes_service" "pihole-dns" {
}
spec {
type = "LoadBalancer"
external_traffic_policy = "Cluster"
# type = "LoadBalancer"
# external_traffic_policy = "Cluster"
selector = {
app = "pihole"
}