change(redis-operator)

This commit is contained in:
nold 2024-02-11 13:07:23 +01:00
parent 737592e324
commit b8ab31ff97
2 changed files with 11 additions and 3 deletions

View file

@ -146,6 +146,14 @@ gitea:
DISABLE_REGISTRATION: true
lfs:
STORAGE_TYPE: local
queue:
TYPE: persistable-channel
#CONN_STR: redis://redis.forgejo.svc.cluster.local:6379/0
cache:
ADAPTER: memory
#HOST: redis://redis.forgejo.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s
session:
PROVIDER: memory
picture:
DISABLE_GRAVATAR: true
metrics:
@ -178,7 +186,7 @@ gitea:
logLevel: 'INFO'
redis-cluster:
enabled: true
enabled: false
usePassword: false
cluster:
nodes: 3 # default: 6

View file

@ -25,6 +25,6 @@ apps:
targetRevision: 0.20.1
- name: redis-operator
repoURL: https://spotahome.github.io/redis-operator
repoURL: https://ot-container-kit.github.io/helm-charts
chart: redis-operator
targetRevision: 3.3.0
targetRevision: 0.15.9