Commit Graph
12 Commits
Author SHA1 Message Date
Fabian Ruff 0374372bae postgresql: optional prometheus metrics exporter (#260)
* postgresql: optional prometheus metrics exporter

* split metrics.image into image and imageTag

* bump postgresql chart to 0.3.0

* Adding myself as maintainer for the postgresql chart
2016-12-21 11:31:05 -08:00
Michelle Noorali c759607a1e postgres: add ImagePullPolicy on init containers (#316) 2016-12-19 15:00:40 -08:00
Adnan Abdulhussein df12ec51d7 Merge pull request #209 from sameersbn/misc-fixes
Misc fixes
2016-12-11 22:13:58 -08:00
dhilipsiva 7b6e850598 fix: Doc URL 2016-12-08 13:24:05 +05:30
Sameer Naik 58b7308361 apply standard metadata labels to PVC's 2016-12-06 08:57:38 +05:30
Fabian Ruff 692772796f Allow custom image in postgresql chart (#272) 2016-12-05 12:48:44 -08:00
Cedric Charly 118088baa0 Fix typo in code snippet
posstgresUser to postgresUser
2016-11-24 00:20:58 -06:00
Gustavo Orozco H 3be95415a5 Update README.md
Small typo in default valur for parameter postgresUser.
2016-11-20 08:13:59 -05:00
Alex Egg 8492fa0326 Update README.md (#230)
postgres typo fix
2016-11-18 10:51:52 -08:00
Greg Taylor a7dbd55655 Separate postgres resource requests/limits.
Also bring them in line with our toYaml resources pattern that a growing
number of charts are using.
2016-11-05 01:06:30 -07:00
Greg Taylor 30d8aa2c4a Parameterize postgres chart's imagePullPolicy.
Also adjust the default to be IfNotPresent (Kubernetes default)
instead of Always.
2016-11-04 01:35:07 -07:00
Michael van Tricht 4a6fc693f7 Add PostgreSQL chart. (#147)
* Add PostgreSQL chart.

* Fix health probes, change NOTES.txt and README.md.

* Add init container to clean up the lost+found dir.
2016-10-31 09:29:22 -07:00