gitea redis cluster for non-HA case #685
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue Description:
When attempting to use a Redis cluster with Gitea for a non-HA (1 node) scenario with a replica count of 1, the setup is not functioning correctly.
Steps to Reproduce:
Acquired the Gitea HA resources from the repository: Gitea Helm Chart Repo
Modified the replica count to 1 for all resources.
Applied the changes using kubectl apply.
Environment:
Kubernetes environment in bare metal
Detailed Description:
Upon applying the modified configuration, the Gitea pod and Redis cluster pod are stuck in a crash loop. The Gitea logs indicate a failure to connect to the Redis cluster. Although the Redis cluster logs do not show any error, the description reveals a readiness probe failure.
Request:
Please provide guidance on configuring the Redis cluster for a non-HA scenario with Gitea.
Redis-HA is not functioning with only one Replica of Redis. Please use Chart version v10.3.0 which provides a non-ha Redis dependency. See https://gitea.com/gitea/helm-chart#single-pod-configurations for example values.