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
fqdn = ["comfyui.lab.alexpires.me"]
upstream = "http://upstream.comfyui.svc.cluster.local:8188"
resolver = "kube-dns.kube-system.svc.cluster.local"
locations = [
{
+1 -1
View File
@@ -105,7 +105,7 @@ resource "kubernetes_service" "proxy" {
spec {
selector = {
app = "proxy"
app = "wol-proxy"
}
port {