Commit Graph
10 Commits
Author SHA1 Message Date
Shubham Jain 761b67658a Move liveness and readiness probe to values.yaml (#7982)
* move readiness and liveness probe details to value.yaml

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* chart version bumped

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* Remove trailing spaces

Signed-off-by: Shubham Jain <shubhamkjain@outlook.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-10-31 13:44:53 -07:00
Christian Budde Christensen 3bb5fc517b Fix proxy service annotations (#5287)
Update proxy service annotations to follow the format specified in the
README and values.
2018-05-03 08:15:51 -07:00
AdamDang 86373f0572 Typo fix in rethinkdb/README.md:StateFul->StatefulSet (#4973)
* Add version for rethinkdb

Add version for rethinkdb

* Typo fix in rethinkdb/README.md

Typo fix in rethinkdb/README.md
2018-04-18 20:56:59 -07:00
AdamDang cdcffb6d8b Add appVersion for rethinkdb (#4689)
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
2018-04-04 17:51:09 -07:00
Anton Malinskiy 24a9f2d738 [stable/rethinkdb] Support rbac (#3436)
* Add rbac support to rethinkdb

* Bump version of rethinkdb chart

* Fix lint errors

* Update according to new RBAC best practices

* Add app, chart, release, heritage labels to ClusterRole and ClusterRoleBinding

* use template "rethinkdb.chart" for consistency
2018-02-19 21:05:38 -08:00
Kevin Schumacher e16462f5d0 [stable/rethinkdb] #1785 namespace defined templates with chart name (#2158) 2017-10-05 00:25:12 +05:30
Sameer Naik a9b13d9d77 rethinkdb: fix chart deployment with PVCs turned off (#1712) 2017-08-13 20:04:18 +02:00
Frederic Hemberger 9b6b5dfcf8 [stable/rethinkdb] Update apiVersion for StorageClass (#1454)
* [stable/rethinkdb] Update apiVersion for StorageClass

Fixes #1422

* Update Chart.yaml
2017-07-21 13:53:36 -07:00
Frederic Hemberger 912f50c716 Use consistent whitespace in template placeholders (#1437)
Use consistent whitespace in template placeholders
2017-07-09 21:11:24 +02:00
Cody Lundquist 465c9fbf2e rethinkdb: Initial Commit (#1018)
* rethinkdb-cluster: Initial Commit

* Fix chart name.

* Make the NOTES.txt file more accurate.

* Use k8s 1.6 storageClassName notation for PVC.

* RethinkDB directory needs to be initially empty.

When using a provisioned volume from something like GCE, the mounted directory has a  folder inside of it. This breaks RethinkDB when initializing.

* Add an extra k8s script to create a StorageClass on GCE.

* Addressing PR Comments.

* Rename to Recursively removing directory /Users/codyl/dev-files/charts/rethinkdb_data/tmp
Initializing directory /Users/codyl/dev-files/charts/rethinkdb_data
Running rethinkdb 2.3.4 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.6.0 x86_64
Loading data from directory /Users/codyl/dev-files/charts/rethinkdb_data and move to stable.

* Shorten down .gitignore file.

* Make using the RethinkDB Admin Console easier.

* Fix some wrong names/paths.

* Due to a bug with secrets, don't auto-gen a password.

https://github.com/kubernetes/charts/issues/980

* Remove extra file.

* Addressing PR comments and some other changes

 - Updated NOTES.txt to include more tailored instructions based on proxy service type.
 - Added an optional StorageClass.
 - Simplified rethink config to not use a ConfigMap.
 - Added optional RethinkDB Driver TLS configuration.
 - Updated README.md to reflect new config changes.

* Tiny fix in README.md.

* Use github username for Chart.yaml.

* Default to ClusterIP for proxy service.
2017-06-13 12:40:08 +02:00