Add flow-0.10.80 and update documentation
This commit is contained in:
@@ -373,6 +373,7 @@ global:
|
||||
configurationStore: "http://{{ .Release.Name }}-configuration-store.{{ .Release.Namespace }}.svc.cluster.local:80"
|
||||
auditLog: "http://{{ .Release.Name }}-audit-log.{{ .Release.Namespace }}.svc.cluster.local:80"
|
||||
templateStore: "http://{{ .Release.Name }}-template-store.{{ .Release.Namespace }}.svc.cluster.local:80"
|
||||
gitSync: "http://{{ .Release.Name }}-git-sync.{{ .Release.Namespace }}.svc.cluster.local:80"
|
||||
# -- External URL for the WorkflowEngine trigger endpoint (e.g., "https://api.flow.example.com")
|
||||
# If not set, derived from workflowEngine.ingress.hosts or falls back to the internal service URL.
|
||||
workflowEngineExternal: ""
|
||||
@@ -656,6 +657,39 @@ definitionStore:
|
||||
extraVolumeMounts: []
|
||||
extraVolumes: []
|
||||
|
||||
# -- Git Sync service configuration (GitOps pipeline for workflow definitions)
|
||||
gitSync:
|
||||
enabled: false
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/gitsync
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
# -- Webhook secret for validating incoming Git provider webhooks (HMAC-SHA256)
|
||||
webhookSecret: ""
|
||||
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
extraEnv: []
|
||||
extraVolumeMounts: []
|
||||
extraVolumes: []
|
||||
|
||||
# -- Workflow Logging service configuration
|
||||
workflowLogging:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user