postgres-operator/pkg/util/constants
Dmitry Dolgov d6e6b00770
Add shm_volume option (#427)
Add possibility to mount a tmpfs volume to /dev/shm to avoid issues like
[this](https://github.com/docker-library/postgres/issues/416). To achieve that
two new options were introduced:

* `enableShmVolume` to PostgreSQL manifest, to specify whether or not mount
this volume per database cluster

* `enable_shm_volume` to operator configuration, to specify whether or not mount
per operator.

The first one, `enableShmVolume` takes precedence to allow us to be more flexible.
2018-12-21 16:22:30 +01:00
..
annotations.go Merge branch 'rolling_updates_with_statefulset_annotations' of github.com:zalando-incubator/postgres-operator into rolling_updates_with_statefulset_annotations 2018-05-08 14:51:10 +02:00
aws.go Make AWS region configurable in the operator cofig map (#333) 2018-06-27 17:29:02 +02:00
kubernetes.go Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
postgresql.go Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
roles.go set secret name template via config map 2017-09-18 14:25:09 +02:00
units.go Implement replicaLoadBalancer boolean flag. (#38) 2017-06-07 13:54:17 +02:00