H i
I created two Proxmox VE environments. And I installed Kubernetes to create master 3 worker 6.
Then I installed bitnami/postgresql-ha with replica 6 using helm.
Read more
I created two Proxmox VE environments. And I installed Kubernetes to create master 3 worker 6.
Then I installed bitnami/postgresql-ha with replica 6 using helm.
Code:
helm install postgresql-ha -n ${nsc} db-postgres/postgresql-ha -f db-postgres/postgresql-ha/values.yaml \
--set postgresql.password=MyPassword \
--set postgresql.repmgrPassword=MyPassword \
--set pgpool.adminPassword=MyPassword \
--set postgresql.pgHbaTrustAll=true \
--set postgresql.maxConnections=900 \
--set...
Read more