Add flow-0.8.11 and update documentation

This commit is contained in:
Gitea Actions
2026-01-06 16:03:42 +00:00
parent 514f7a6ae9
commit 190e28cbc5
4 changed files with 84 additions and 18 deletions

View File

@@ -595,6 +595,13 @@ frontendWeb:
ingress:
enabled: true
className: ""
# Annotations for NGINX Ingress with Blazor Server support:
# nginx.ingress.kubernetes.io/affinity: "cookie" # Sticky sessions for SignalR
# nginx.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY" # Session cookie name
# nginx.ingress.kubernetes.io/session-cookie-max-age: "86400" # Cookie max age (24h)
# nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" # WebSocket timeout
# nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # WebSocket timeout
# nginx.ingress.kubernetes.io/proxy-buffer-size: "128k" # Larger buffers for Blazor
annotations: {}
hosts:
- host: flow.local