4 Commits

Author SHA1 Message Date
cdb90682e3 Update rancher/mirrored-library-traefik Docker tag to v3 2025-06-13 03:03:45 +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
2 changed files with 12 additions and 1 deletions

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

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.24
image: rancher/mirrored-library-traefik:3.3.6
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3