From a2e8a14dac2a66a32cd9a7ccb5edb31b0d8f3113 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 25 Jun 2025 14:06:59 +0100 Subject: [PATCH] Added yay-or-nay Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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