Add flow-0.10.71 and update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user