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
|
14
kubernetes/services/hcaptcha/postgres/project.ini
Normal file
14
kubernetes/services/hcaptcha/postgres/project.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[hcaptcha_postgres]
|
||||
description = Postgres configuration for hcaptcha
|
||||
mode = helm
|
||||
depends_on = hcaptcha_namespace
|
||||
|
||||
[#hcaptcha_postgres/helm]
|
||||
mode = upgrade
|
||||
name = postgres
|
||||
repo = oci://registry-1.docker.io/bitnamicharts/postgresql
|
||||
options_file = ./postgres.yml
|
||||
namespace = hcaptcha
|
Reference in a new issue