chore: Sync repos

This commit is contained in:
Tera << 8 2025-04-11 18:02:10 -04:00
parent e18821eacd
commit ccb0c48ce3
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
18 changed files with 287 additions and 729 deletions

View 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

View 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