postgres-operator/pkg/util
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
..
config Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
constants Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil Use code-generation for CRD API and deepcopy methods (#369) 2018-08-15 17:22:25 +02:00
patroni Fix the casing of github.com/Sirupsen/logrus to match what the project itself uses. (#380) 2018-09-06 10:26:48 +02:00
retryutil Improve the condition check. 2018-02-22 10:13:46 +01:00
ringlog fix comments for ringlogger 2017-09-26 13:12:38 +02:00
teams Fix the casing of github.com/Sirupsen/logrus to match what the project itself uses. (#380) 2018-09-06 10:26:48 +02:00
users Linter-induced code refactoring, run round 2. (#360) 2018-08-06 12:09:19 +02:00
volumes Client go upgrade v6 (#352) 2018-08-01 11:08:01 +02:00
util.go [WIP] Add set_memory_request_to_limit option (#406) 2018-11-15 14:00:08 +01:00
util_test.go [WIP] Add set_memory_request_to_limit option (#406) 2018-11-15 14:00:08 +01:00