Gitea installation against an external database without redis-cluster #515
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?
Using the Gitea helm chart v9.4.0 (with gitea v1.20.4), the default values have been overridden with:
The requirement is to install Gitea with an external postgres database but without a redis-cluster (hence, redis-cluster.enabled: false).
Nevertheless, the gitea pod runs with a warning (from Lens UI)...
From the gitea container logs, the following error appears:
It seems that the gitea container from the pod tries to connect to a redis instance in the pod...
Shall other variables be overridden to be able to such set-up functional?
Issue solved: It was an indentation issue.
Session, cache and queue were not under gitea.config as follow: