Add flow-0.8.11 and update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user