Update 2 files

- /durpapi/templates/secrets.yaml
- /durpapi/values.yaml
This commit is contained in:
2023-06-24 18:37:38 +00:00
parent c551867485
commit ffadd99f96
2 changed files with 34 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
durpapi:
deployment:
image: registry.gitlab.com/developerdurp/durpapi
postgresql:
enabled: true
auth:
existingSecret: durpapi-secret
secretKeys:
adminPasswordKey: db_pass
userPasswordKey: db_pass
replicationPasswordKey: db_pass
database: postgres
username: postgres