Update otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml

This commit is contained in:
richardrobertreitz 2025-05-30 09:07:43 +00:00
parent 8f333bc7b7
commit ca9b57674f

View file

@ -2,7 +2,12 @@ redis-cluster:
enabled: false
redis:
# TODO: This should be false, but doing so breaks the helm generation of the app.ini file.
enabled: true
# TODO: BUG in Forgejo inits scripts when master count is zero. But it should be zero to not start an unused redis instance
# inside the cluster.
# Wait for redis to become avialable...
# nc: bad address 'forgejo-redis-headless.gitea.svc.cluster.local'
master:
count: 1