chore: Sync repos
This commit is contained in:
parent
e18821eacd
commit
ccb0c48ce3
18 changed files with 287 additions and 729 deletions
14
kubernetes/services/hcaptcha/redis/project.ini
Normal file
14
kubernetes/services/hcaptcha/redis/project.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[hcaptcha_redis]
|
||||
description = Postgres configuration for hcaptcha
|
||||
mode = helm
|
||||
depends_on = hcaptcha_namespace
|
||||
|
||||
[#hcaptcha_redis/helm]
|
||||
mode = upgrade
|
||||
name = redis
|
||||
repo = oci://registry-1.docker.io/bitnamicharts/redis
|
||||
options_file = ./redis.yml
|
||||
namespace = hcaptcha
|
16
kubernetes/services/hcaptcha/redis/redis.yml
Normal file
16
kubernetes/services/hcaptcha/redis/redis.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
image:
|
||||
repository: mcaptcha/cache
|
||||
tag: v0.1.0
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
master:
|
||||
command:
|
||||
["redis-server", "--loadmodule", "/usr/lib/redis/modules/libcache.so"]
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
auth:
|
||||
enabled: false
|
||||
replica:
|
||||
replicaCount: 0
|
Reference in a new issue