mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 2 files
- /durpapi/templates/secrets.yaml - /durpapi/values.yaml
This commit is contained in:
parent
c551867485
commit
ffadd99f96
2 changed files with 34 additions and 1 deletions
|
|
@ -21,7 +21,30 @@ spec:
|
|||
remoteRef:
|
||||
key: secrets/durpapi/unraid
|
||||
property: UNRAID_URI
|
||||
|
||||
- secretKey: db_host
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_host
|
||||
- secretKey: db_port
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_port
|
||||
- secretKey: db_pass
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_pass
|
||||
- secretKey: db_user
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_user
|
||||
- secretKey: db_sslmode
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_sslmode
|
||||
- secretKey: db_name
|
||||
remoteRef:
|
||||
key: secrets/durpapi/postgres
|
||||
property: db_name
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue