Add flow-0.10.72 and update documentation

This commit is contained in:
Gitea Actions
2026-04-28 08:22:11 +00:00
parent f9bcf38b77
commit 36b0ba61c5
3 changed files with 149 additions and 98 deletions

View File

@@ -371,6 +371,7 @@ global:
aiAssistant: "http://{{ .Release.Name }}-ai-assistant.{{ .Release.Namespace }}.svc.cluster.local:80"
mcpServer: "http://{{ .Release.Name }}-mcp-server.{{ .Release.Namespace }}.svc.cluster.local:80"
configurationStore: "http://{{ .Release.Name }}-configuration-store.{{ .Release.Namespace }}.svc.cluster.local:80"
auditLog: "http://{{ .Release.Name }}-audit-log.{{ .Release.Namespace }}.svc.cluster.local:80"
# -- OpenTelemetry configuration for distributed tracing and metrics
# Requires an OTLP-compatible collector (e.g., Grafana Alloy, Jaeger, OpenTelemetry Collector)
@@ -2504,6 +2505,8 @@ tls:
additionalDnsNames: []
configurationStore:
additionalDnsNames: []
auditLog:
additionalDnsNames: []
# =============================================================================
# Monitoring (Prometheus Operator + Grafana)