rosskukulinski / kubernetes-rethinkdb-cluster

RethinkDB cluster on top of Kubernetes made easy.
MIT License
139 stars 40 forks source link

Custom Cluster Service Names #4

Closed adambkaplan closed 8 years ago

adambkaplan commented 8 years ago

Adding an environment variable option which sets the name of the master cluster service.

This lets the same Docker image be used with multiple services (ex: a test cluster and a production cluster)

rosskukulinski commented 8 years ago

This is a great improvement, thanks @abkaplan07