This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kittehcluster/kubernetes/services/hcaptcha/redis/redis.yml
2025-04-11 18:02:10 -04:00

16 lines
304 B
YAML

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