chore: Sync repos
This commit is contained in:
parent
e18821eacd
commit
ccb0c48ce3
18 changed files with 287 additions and 729 deletions
23
kubernetes/services/hcaptcha/project.ini
Normal file
23
kubernetes/services/hcaptcha/project.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[hcaptcha_namespace]
|
||||
description = Namespace for hCaptcha to reside in
|
||||
mode = k3s
|
||||
depends_on = traefik:nfs_provisioner
|
||||
|
||||
[#hcaptcha_namespace/k3s]
|
||||
mode = install
|
||||
yml_path = ./namespace.yml
|
||||
|
||||
[hcaptcha_db_project]
|
||||
mode = include
|
||||
path = ./postgres/project.ini
|
||||
|
||||
[hcaptcha_cache_project]
|
||||
mode = include
|
||||
path = ./redis/project.ini
|
||||
|
||||
[hcaptcha_app_project]
|
||||
mode = include
|
||||
path = ./hcaptcha/project.ini
|
Reference in a new issue