Helm Chart: PostgresSQL not redundant but has redundant redis? #4553
-
I'm running Chatwoot on K8 using the official Helm chart and am quite surprised that PostgreSQL is running as a Statefulset that is not in a HA fashion. I cannot increase the Statefulset count to more than 1 as it is not seemingly setup for high availability. But... the Helm Chart has HA Reddis? Am I missing anything? |
Beta Was this translation helpful? Give feedback.
Answered by
vishnu-narayanan
May 9, 2022
Replies: 1 comment
-
@voarsh2 No, you are right. Just that we started off with it. We are using the Redis/Postgres charts packaged by Bitnami as sub-dependency to the main chart. Planning to change it to HA Postgres deployment. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vishnu-narayanan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@voarsh2 No, you are right. Just that we started off with it. We are using the Redis/Postgres charts packaged by Bitnami as sub-dependency to the main chart. Planning to change it to HA Postgres deployment.