Minor fixes

This commit is contained in:
2025-07-06 23:09:45 +02:00
parent bef5d94023
commit fa2d111bbe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -88,6 +88,7 @@ locals {
tls = true tls = true
fqdn = ["comfyui.lab.alexpires.me"] fqdn = ["comfyui.lab.alexpires.me"]
upstream = "http://upstream.comfyui.svc.cluster.local:8188" upstream = "http://upstream.comfyui.svc.cluster.local:8188"
resolver = "kube-dns.kube-system.svc.cluster.local"
locations = [ locations = [
{ {
+1 -1
View File
@@ -105,7 +105,7 @@ resource "kubernetes_service" "proxy" {
spec { spec {
selector = { selector = {
app = "proxy" app = "wol-proxy"
} }
port { port {