chore: Sync repos
This commit is contained in:
parent
e18821eacd
commit
ccb0c48ce3
18 changed files with 287 additions and 729 deletions
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