You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindly help me define volume and additionalVolumes in this yaml so that I can assign different storageClass to each instance. I eventually want to run numberOfInstances: 2 and want to use different location for each instance. Currently, if I use
volume:
size: 1Gi
storageClass: standard-external
it doesn't support more than one instance as PVCs are not ReadWriteMany enabled.
The text was updated successfully, but these errors were encountered:
Please, answer some short questions which should help us to understand your problem / question better?
I'm using https://github.com/zalando/postgres-operator/blob/master/manifests/complete-postgres-manifest.yaml yaml to deploy my cluster on Bare Metal K8s.
Kindly help me define volume and additionalVolumes in this yaml so that I can assign different storageClass to each instance. I eventually want to run numberOfInstances: 2 and want to use different location for each instance. Currently, if I use
it doesn't support more than one instance as PVCs are not ReadWriteMany enabled.
The text was updated successfully, but these errors were encountered: