Ciaran Liedeman
93ccc23505
[stable/postgresql] Add Existing secret ( #5413 )
...
* Move custom metrics to config map
* Add existing secret option
* created secretName helper
2018-05-10 07:28:54 -07:00
AdamDang
3d3506d630
[stable/postgresql] typo fix: persitent->persistent ( #5447 )
...
* Update Chart.yaml
* Update values.yaml
2018-05-10 00:43:53 -07:00
Corey O'Brien
ea9eba4eaf
[stable/postgresql] Add option to inject password via file ( #5013 )
...
* [stable/postgresql] Add option to inject password via file
* Bump minor version and remove extraneous and
2018-04-18 12:45:00 -07:00
Federico Nusymowicz
f2938a46e3
Allows alternate scheduler for postgresql ( #3802 )
2018-03-02 10:29:51 -08:00
jonathan.striebel
ac3aa9fe6f
postgresql: added postgresConfig value to specify runtime config parameters ( #3780 )
2018-02-28 13:09:45 -08:00
Charles Vallance
79feb6ca8f
[stable/postgresql] Added ability to set the NodePort for the postgresql chart. ( #3349 )
...
* Added ability to set the NodePort for the postgresql chart.
* Update Chart.yaml
2018-01-29 12:23:34 -08:00
Mickaël Canévet
9ff91203f6
[stable/postgresql] Add persistence.mountPath parameter ( #3401 )
...
* Add persistence.mountPath value
This allows to mount a volume in /var/lib/postgresql/data instead of
/var/lib/postgresql/data/pgdata. This is mandatory if the user starting
the postgres image is not the owner of /var/lib/postgresql/data/pgdata
but has only write access to it.
With this patch, the entrypoint will create /var/lib/postgresql/data
with the user that launched the container as owner and initdb will be
happy.
* Add documentation
* bump chart version
2018-01-24 01:17:31 -08:00
Casey Kuhlman
42d157b62d
[stable/postgresql] add annotations to pvc ( #2858 )
2017-12-15 16:57:15 +01:00
Alexander Babai
5ba80d9b68
[stable/postgresql] Add image pull secrets to deployment template ( #2831 )
...
* [stable/postgresql] Add image pull secrets to deployment template
* update deployment template
* add new parameter to README
* [stable/postgresql] bump chart version
update version to 0.8.5
* [stable/postgresql] add an example of imagePullSecrets to values.yaml
2017-12-09 13:23:46 +01:00
kavehmzta
752cfe95bb
Postgresql: Adding affinity section to deployment ( #2585 )
...
* adding affinity setting to postgresql deployment
* bumpding postgresql chart version
* postgresql: fixing a yamllint complain
* [stable/postgresql] adding affinity to values and readme
2017-11-17 16:56:29 +01:00
Guang Ya Liu
169d8e86b0
[stable/postgresql] Use storageClassName for postgresql. ( #2005 )
2017-09-10 11:28:00 -05:00
Mike Splain
10a3ab3be3
Add tolerations and node selector to postgresql ( #1850 )
2017-09-04 14:31:51 -05:00
Dan (Turk)
4d3fe58db0
Add NetworkPolicy to postgresql ( #1593 )
2017-08-10 11:08:56 -07:00
Fabian Ruff
b90ad657e1
postgresql: Add option to create custom metrics ( #791 )
...
* postgresql: Add option to create custom metrics
* adhere prometheus naming conventions in the example
* postresql: Bump version to 0.7.1
2017-05-31 22:26:52 -07:00
Shane Hender
b05303aa0f
Support ClusterIP and NodePort service configuration when starting Postgres ( #1184 )
2017-05-31 20:52:23 +02:00
Barrett Harber
113b449efb
Add POSTGRES_INITDB_ARGS ( #1127 )
...
- Add POSTGRES_INITDB_ARGS environment variable to deployment
- Update README and values to reflect this addition
2017-05-22 20:19:47 +02:00
Taras Glek
954eb72efd
[stable/postgresql] Add external ip and port variables ( #855 )
...
* Add external ip and port variables
* bump chart version
2017-05-18 17:20:12 +01:00
Yaser Alraddadi
50b736f588
Update postgres version ( #693 )
...
* Update values.yaml
* update postgres version
2017-03-16 16:39:21 -07:00
Philip Champon
3d2733d2c1
[stable/postgresql] add persistence.existingClaim ( #616 )
...
* add persistence.existingClaim to postgresql
* update docs
* make template inline
* nope, that was not right
* up version
* clean up templating
* bump minor version
2017-03-15 11:06:46 +00:00
Ravi Mehra
9267d7c8ef
[stable/postgresql] Fix volume's hidden directories from crashing initdb ( #416 )
...
* Fixes #415
* Use volumeMount subPath feature to accomplish same goal. Removed obseleted init-container to remove lost-found directory.
* Bumped version to 1.0.0. Made persistence.subPath configurable. Added a note in README for users wanting to upgrade.
* Updated persistence readme wording
2017-02-13 15:47:17 -06:00
Amanda Cameron
a3d2da1f29
[stable/postgresql] Update to the recommended pvc patterns. ( #461 )
...
* Convert chart postgresql to use the recommended pvc patterns
* document storage class fallback
* bump chart version
2017-01-27 13:42:42 -08:00
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
Fabian Ruff
692772796f
Allow custom image in postgresql chart ( #272 )
2016-12-05 12:48:44 -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