4 Commits

Author SHA1 Message Date
0680899ff1 Update grafana/promtail Docker tag to v3 2025-06-13 03:03:43 +00:00
7052631867 revert 3fd3ae4a0d
revert Add websocket annotations to non-auth ingress
2025-06-12 20:01:01 +00:00
3fd3ae4a0d Add websocket annotations to non-auth ingress 2025-06-12 19:44:35 +00:00
17fd27b383 Make openwebui available externally
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-06-12 15:49:06 +01:00

View File

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