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 7ca34f06c1
commit b1245d0c06

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"