Files
deprecated-helm-charts/stable/namerd/README.md
T
Sean Knox 71dfb86670 Add namerd chart (#888)
* Add namerd chart

* (namerd) add README

* replica count is configurable

* use ConfigMap only for pod configuration; fix typo

* only k8s storage requires "experimental: true"

* update linkerd source URL

* update README

* API and sync service ports are configurable

* expose admin port as service
2017-04-12 22:21:02 -07:00

929 B

namerd Chart

namerd is a service that manages routing for multiple linkerd instances.

Chart Details

This chart will do the following:

  • Install a deployment that provisions namerd with a default configuration and three replicas for HA.

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release stable/namerd

Configuration

Configurable values are documented in the values.yaml.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install --name my-release -f values.yaml stable/namerd

Tip

: You can use the default values.yaml