From b8cf3271d20120ba2d293e89aba6fc3324dc28e3 Mon Sep 17 00:00:00 2001 From: Jorge Bianquetti Date: Fri, 9 Dec 2016 13:35:33 +0100 Subject: [PATCH] changed serviceType to LoadBalancer --- incubator/node/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/values.yaml b/incubator/node/values.yaml index dd96b8ff2..e3d071a59 100644 --- a/incubator/node/values.yaml +++ b/incubator/node/values.yaml @@ -38,7 +38,7 @@ mariadb: ## Kubernetes configuration ## For minikube, set this to NodePort, elsewhere use LoadBalancer ## -serviceType: NodePort +serviceType: LoadBalancer ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/