From 7ba4790ad6d3418ed6edfcf4f611c170fe5a3f35 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 22 Jan 2025 11:27:05 +0000 Subject: [PATCH] Added bsky-feeds proxy 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 54ca414..1a3468e 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -12,6 +12,7 @@ spec: - hosts: - hello-world.cluster.fun - ombi.cluster.fun + - bsky-feeds.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -34,3 +35,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: bsky-feeds.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth