chore: Sync repos
This commit is contained in:
parent
e18821eacd
commit
ccb0c48ce3
18 changed files with 287 additions and 729 deletions
13
kubernetes/services/hcaptcha/postgres/postgres.yml
Normal file
13
kubernetes/services/hcaptcha/postgres/postgres.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
username: hcaptcha
|
||||
database: hcaptcha
|
||||
password: hcaptcha
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
resources:
|
||||
limits:
|
||||
memory: 1024Mi
|
Reference in a new issue