Add flow-0.10.83 and update documentation

This commit is contained in:
Gitea Actions
2026-05-04 19:28:27 +00:00
parent 5ead9a60a8
commit 894c4365da
3 changed files with 190 additions and 109 deletions

View File

@@ -458,6 +458,39 @@ workflowEngine:
pathType: Prefix
tls: []
# -- Gateway API route configuration (alternative to Ingress)
# Supports HTTPRoute, TCPRoute, and TLSRoute from the Gateway API spec.
# Only one of ingress or gatewayApi should be enabled at a time.
gatewayApi:
enabled: false
# -- Parent gateway reference (required when gatewayApi.enabled=true)
parentRefs:
- name: ""
namespace: ""
sectionName: ""
# -- HTTPRoute configuration
httpRoute:
enabled: false
hostnames:
- workflow-engine.local
rules:
- matches:
- path:
type: PathPrefix
value: /
# -- TCPRoute configuration
tcpRoute:
enabled: false
rules:
- backendRefs: []
# -- TLSRoute configuration
tlsRoute:
enabled: false
hostnames:
- workflow-engine.local
rules:
- backendRefs: []
resources:
limits:
cpu: 1000m