diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml index 0b81632..d372e02 100644 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml +++ b/otc/central-forgejo.think-ahead.cloud/stacks/core/forgejo/values.yaml @@ -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