apps/support: update zammad database name

This commit is contained in:
xeruf 2024-02-26 22:06:42 +01:00
parent b1bc79cc3b
commit 075840808a
1 changed files with 11 additions and 5 deletions

View File

@ -5,10 +5,11 @@ metadata:
namespace: stackspout namespace: stackspout
data: data:
values.yaml: | values.yaml: |
# https://github.com/zammad/zammad-helm/blob/main/zammad/values.yaml
commonLabels: commonLabels:
stackspin.net/backupSet: "n8n" stackspin.net/backupSet: "zammad"
podLabels: podLabels:
stackspin.net/backupSet: "n8n" stackspin.net/backupSet: "zammad"
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
@ -33,17 +34,22 @@ data:
enabled: true enabled: true
user: "zammad" user: "zammad"
pass: "${postgresql_password}" pass: "${postgresql_password}"
db: "zammad"
redis: redis:
pass: "${redis_password}" pass: "${redis_password}"
postgresql: postgresql:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
auth: auth:
username: "zammad" username: "zammad"
database: "zammad"
postgresPassword: "${postgresql_postgres_password}" postgresPassword: "${postgresql_postgres_password}"
password: "${postgresql_password}" password: "${postgresql_password}"
primary:
persistence: persistence:
# TODO PVC Name & backup annotation
existingClaim: zammad-postgres existingClaim: zammad-postgres
podAnnotations:
backup.velero.io/backup-volumes: "data"
minio: minio:
auth: auth: