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