postgres-operator
postgres-operator copied to clipboard
Possibility of running multiple replicas for postgres-operator pods
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
...