add message to not change nodeport service on technitium as that would mess up things [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-25 17:21:57 +00:00
parent 0fa3b8e550
commit 063f849948
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -49,6 +49,7 @@ resource "kubernetes_deployment" "technitium" {
}
spec {
node_name = "k8s-node1" # Horrible hack but only way I found to preserve client ip
# if moved, update the corefile for coredns as that's forwarding queries for viktorbarzin.lan
container {
image = "technitium/dns-server:latest"
name = "technitium"