Skip to content

Commit

Permalink
Use high availability postgresql for workflows persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed May 13, 2024
1 parent 99171fc commit aeb2130
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ argo-workflows:
replicas: 2
pdb:
minAvailable: 1
persistence:
archive: true
postgresql:
host: workflows-postgresql-ha-pgpool # TODO: Use templated value: {{ .Release.Name }}-postgresql-ha-pgpool
port: 5432
database: argo_workflows
tableName: workflows
userNameSecret:
name: postgres-application-passwords
key: usernames
passwordSecret:
name: postgres-application-passwords
key: passwords
workflowDefaults:
spec:
serviceAccountName: argo-workflow
Expand Down

0 comments on commit aeb2130

Please sign in to comment.