postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

Possibility of running multiple replicas for postgres-operator pods

Open gris-gris opened this issue 1 year ago • 1 comments

Please, answer some short questions which should help us to understand your problem / question better?

  • Which image of the operator are you using? - v1.10.0
  • Where do you run it - AWS EKS
  • Are you running Postgres Operator in production? - yes
  • Type of issue? - question

Is it possible to run postgres-operator pods deployment more that 1 replica?

Deployment postgres/postgres-operator in chart:

...
spec:
  replicas: 2
...

gris-gris avatar Jun 13 '23 17:06 gris-gris