Add flow-0.10.42 and update documentation

This commit is contained in:
Gitea Actions
2026-04-15 12:24:29 +00:00
parent df5daf1867
commit 031f2ed4ce
3 changed files with 121 additions and 71 deletions

View File

@@ -2164,7 +2164,7 @@ auditLogging:
tls:
# -- Enable TLS for internal service communication
enabled: false
enabled: true
# -- Namespaces for which certificates should be valid
# By default uses the installation namespace (from global.namespace or --namespace flag)
@@ -2231,7 +2231,7 @@ tls:
# This works alongside existing OAuth 2.0 bearer token auth (defense in depth).
mtls:
# -- Require client certificates for inter-service communication
enabled: false
enabled: true
# -- Client certificate validation mode
# RequireCertificate: connections without valid client certs are rejected
# AllowCertificate: client certs are validated if present, but not required
@@ -2301,6 +2301,8 @@ tls:
additionalDnsNames: []
frontendWeb:
additionalDnsNames: []
billingService:
additionalDnsNames: []
# =============================================================================
# Monitoring (Prometheus Operator + Grafana)