Update otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml
This commit is contained in:
parent
8f333bc7b7
commit
ca9b57674f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue