Added bsky-feeds proxy

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-01-22 11:27:05 +00:00
parent 7b802d609d
commit 7ba4790ad6

View File

@@ -12,6 +12,7 @@ spec:
- hosts: - hosts:
- hello-world.cluster.fun - hello-world.cluster.fun
- ombi.cluster.fun - ombi.cluster.fun
- bsky-feeds.cluster.fun
secretName: non-auth-proxy-ingress secretName: non-auth-proxy-ingress
rules: rules:
- host: hello-world.cluster.fun - host: hello-world.cluster.fun
@@ -34,3 +35,13 @@ spec:
name: tailscale-proxy name: tailscale-proxy
port: port:
name: non-auth name: non-auth
- host: bsky-feeds.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: tailscale-proxy
port:
name: non-auth