Add flow-0.10.1 and update documentation

This commit is contained in:
Gitea Actions
2026-03-23 15:07:36 +00:00
parent 64e6b5d7eb
commit d1aae8814d
6 changed files with 192 additions and 34 deletions

View File

@@ -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"