Gitea is unable to connect to standalone redis or redis-cluster #709
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?
I'm exploring deploying gitea to my bare metal k3s. I've attempted this with either redis or redis-cluster enabled, and both present the same error condition. For simplicity, lets solely discuss redis.
Here is my values.yaml (sanitized a bit):
This values.yaml is able to deploy postgres and redis, but seems to fail when starting gitea itself:
Figured this one out...
I believe my redis password included some incompatible characters. What a fun problem to encounter