Zalando postgres operator integration #698
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 am planning to setup my own K8 cluster, and wanted to use zalando postgres operator for my projects including my own gitea instance.
The operator uses a master slave configuration, meaning there is one write-read db, and a bunch of read dbs. May gitea helm chart utilize this composition? From what I read in the README, no.
I like this solution a lot considering that the operator is a well-functioning product, and I will use it in other projects too. Thanks.
Should be working when following https://gitea.com/gitea/helm-chart#external-database. Additionally you have to add
Seems this is missing in the documented snippet.
Can I define a DB connection for write and another for read?
I am not aware that Gitea is capable of two different connections natively. Maybe you have to put a proxy in front of your DB to route such requests accordingly.
Seems like all questions have been answered.