From 312f1d56a9c7795f84cfbbd0be2a56cfd6bc1592 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Mon, 31 Dec 2018 22:27:24 -0600 Subject: [PATCH] fix typo (Kuberentes -> Kubernetes) (#1021) --- docs/content/install/install-on-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/install/install-on-kubernetes.md b/docs/content/install/install-on-kubernetes.md index 8674874f..86b10380 100644 --- a/docs/content/install/install-on-kubernetes.md +++ b/docs/content/install/install-on-kubernetes.md @@ -119,7 +119,7 @@ To use the Mongo DB storage provider, you will first need a MongoDB instance. On helm install ./charts/proxy -n athens --set storage.type=mongo --set storage.mongo.url= ``` -### Kuberentes Service +### Kubernetes Service By default, a Kubernetes `ClusterIP` service is created for the Athens proxy. "ClusterIP" is sufficient in the case when the Athens proxy will be used from within the cluster. To expose Athens outside of the cluster, consider using a "NodePort" or "LoadBalancer" service. This can be changed by setting the `service.type` value when installing the chart. For example, to deploy Athens using a NodePort service, the following command could be used: