diff --git a/manifests/auth-proxy/auth-ingress.yaml b/manifests/auth-proxy/auth-ingress.yaml index 085312f..631ca98 100644 --- a/manifests/auth-proxy/auth-ingress.yaml +++ b/manifests/auth-proxy/auth-ingress.yaml @@ -29,6 +29,7 @@ spec: - changedetection.cluster.fun - grafana.cluster.fun - podgrab.cluster.fun + - stablediffusion.cluster.fun secretName: auth-proxy-ingress rules: - host: downloads.cluster.fun @@ -221,3 +222,13 @@ spec: name: tailscale-proxy port: name: auth + - host: stablediffusion.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: auth