postgres-operator/manifests
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
..
complete-postgres-manifest.yaml Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
configmap.yaml [WIP] Add set_memory_request_to_limit option (#406) 2018-11-15 14:00:08 +01:00
fake-teams-api.yaml remove new line from the token; 2017-05-12 16:38:42 +02:00
infrastructure-roles-configmap.yaml Improve infrastructure role definitions (#208) 2018-04-04 17:21:36 +02:00
infrastructure-roles.yaml Improve infrastructure role definitions (#208) 2018-04-04 17:21:36 +02:00
minimal-postgres-manifest.yaml Minor improvements (#381) 2018-11-06 11:08:13 +01:00
operator-service-account-rbac.yaml Make OperatorConfiguration work (#410) 2018-11-13 11:22:07 +01:00
platform-credentials.yaml Pod Rolling update 2017-05-12 11:41:25 +02:00
postgres-operator.yaml Make OperatorConfiguration work (#410) 2018-11-13 11:22:07 +01:00
postgresql-operator-default-configuration.yaml Minor improvements (#381) 2018-11-06 11:08:13 +01:00