ianlewis / memcached-operator

A Kubernetes operator for memcached
Apache License 2.0
152 stars 18 forks source link

Store mcrouter config in Deployment #19

Open ianlewis opened 6 years ago

ianlewis commented 6 years ago

Instead of storing config for mcrouter in a configmap, it could be passed to the application through an environment variable or command line parameter on the Deployment and written to the config file by an init container.