Add flow-0.10.71 and update documentation

This commit is contained in:
Gitea Actions
2026-04-28 07:42:25 +00:00
parent c768fd51ef
commit f9bcf38b77
3 changed files with 186 additions and 97 deletions

View File

@@ -703,6 +703,47 @@ workflowLogging:
extraVolumeMounts: []
extraVolumes: []
# -- Audit Log configuration
auditLog:
enabled: true
replicaCount: 1
image:
repository: flow/auditlog
tag: ""
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 75
nodeSelector: {}
tolerations: []
affinity: {}
# -- Pod disruption budget
podDisruptionBudget:
enabled: false
minAvailable: 1
extraEnv: []
extraVolumeMounts: []
extraVolumes: []
# -- Billing Service configuration
billingService:
enabled: true