diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index d6742cf..ca5d37b 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -18,6 +18,7 @@ spec: - ombi.cluster.fun - bsky-feeds.cluster.fun - ai.cluster.fun + - yay-or-nay.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -60,3 +61,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: yay-or-nay.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth