add message to not change nodeport service on technitium as that would mess up things [ci skip]
This commit is contained in:
parent
0fa3b8e550
commit
063f849948
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue