postgres-operator/pkg/util/config
Oleksii Kliukin 1c4bce86df Avoid "bulk-comparing" pod resources during sync. (#109)
* Avoid "bulk-comparing" pod resources during sync.

First attempt to fix bogus restarts due to the reported mismatch
of container resources where one of the resources is an empty struct,
while the other has all fields set to nil.

In addition, add an ability to set limits and requests per pod, as well as the operator-level defaults.
2017-05-12 11:41:35 +02:00
..
config.go Avoid "bulk-comparing" pod resources during sync. (#109) 2017-05-12 11:41:35 +02:00
util.go Use ConfigMap to store operator's config 2017-05-12 11:41:34 +02:00