Add flow-0.10.1 and update documentation
This commit is contained in:
@@ -201,6 +201,16 @@ workflowEngine:
|
||||
hosts:
|
||||
- api.flow.your-domain.com
|
||||
|
||||
aiAssistant:
|
||||
replicaCount: 1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
|
||||
activityRegistry:
|
||||
replicaCount: 2
|
||||
autoscaling:
|
||||
@@ -481,3 +491,19 @@ tls:
|
||||
|
||||
# Minimum TLS version
|
||||
minVersion: "1.2"
|
||||
|
||||
# Enable mutual TLS for inter-service communication
|
||||
mtls:
|
||||
enabled: true
|
||||
clientCertificateMode: "RequireCertificate"
|
||||
allowAnonymousHealthChecks: true
|
||||
|
||||
# External client certificate management
|
||||
externalClients:
|
||||
enabled: false
|
||||
clients: []
|
||||
# Uncomment and configure to issue certificates for external services:
|
||||
# - name: "desktop-client"
|
||||
# commonName: "flow-desktop-client"
|
||||
# duration: "8760h"
|
||||
# organization: "Entit AB"
|
||||
|
||||
Reference in New Issue
Block a user