Minor fixes
This commit is contained in:
@@ -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 = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ resource "kubernetes_service" "proxy" {
|
|||||||
|
|
||||||
spec {
|
spec {
|
||||||
selector = {
|
selector = {
|
||||||
app = "proxy"
|
app = "wol-proxy"
|
||||||
}
|
}
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
|||||||
Reference in New Issue
Block a user