mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
22 lines
552 B
YAML
22 lines
552 B
YAML
durpapi:
|
|
deployment:
|
|
image: registry.durp.info/developerdurp/durpapi
|
|
tag: "0.1.0-dev0109"
|
|
secretfile: durpapi-secret
|
|
postgresql:
|
|
enabled: true
|
|
auth:
|
|
existingSecret: durpapi-secret
|
|
secretKeys:
|
|
adminPasswordKey: db_pass
|
|
userPasswordKey: db_pass
|
|
replicationPasswordKey: db_pass
|
|
database: postgres
|
|
username: postgres
|
|
durpapi2:
|
|
deployment:
|
|
image: registry.durp.info/developerdurp/durpapi
|
|
tag: "0.1.0-dev0109"
|
|
secretfile: durpapi-secret
|
|
postgresql:
|
|
enabled: false
|