From 063f8499482b86b1bdb68ce50707aa1c8cffb630 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 25 Jan 2025 17:21:57 +0000 Subject: [PATCH] add message to not change nodeport service on technitium as that would mess up things [ci skip] --- modules/kubernetes/technitium/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kubernetes/technitium/main.tf b/modules/kubernetes/technitium/main.tf index 42453e20..49045b37 100644 --- a/modules/kubernetes/technitium/main.tf +++ b/modules/kubernetes/technitium/main.tf @@ -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"