Add flow-0.10.38 and update documentation

This commit is contained in:
Gitea Actions
2026-04-14 20:07:20 +00:00
parent 8c57a53419
commit df5daf1867
3 changed files with 161 additions and 68 deletions

View File

@@ -357,6 +357,7 @@ global:
workflowLogging: "http://{{ .Release.Name }}-workflow-logging.{{ .Release.Namespace }}.svc.cluster.local:80"
connectionStore: "http://{{ .Release.Name }}-connection-store.{{ .Release.Namespace }}.svc.cluster.local:80"
tenantRegistry: "http://{{ .Release.Name }}-tenant-registry.{{ .Release.Namespace }}.svc.cluster.local:80"
billingService: "http://{{ .Release.Name }}-billing-service.{{ .Release.Namespace }}.svc.cluster.local:80"
aiAssistant: "http://{{ .Release.Name }}-ai-assistant.{{ .Release.Namespace }}.svc.cluster.local:80"
# -- OpenTelemetry configuration for distributed tracing and metrics
@@ -690,6 +691,50 @@ workflowLogging:
extraVolumeMounts: []
extraVolumes: []
# -- Billing Service configuration
billingService:
enabled: true
replicaCount: 1
image:
repository: flow/billingservice
tag: ""
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 50m
memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 75
# -- Stripe billing integration
stripe:
enabled: false
podDisruptionBudget:
enabled: false
minAvailable: 1
nodeSelector: {}
tolerations: []
affinity: {}
extraEnv: []
extraVolumeMounts: []
extraVolumes: []
# -- Connection Store service configuration
connectionStore:
enabled: true