changed serviceType to LoadBalancer

This commit is contained in:
Jorge Bianquetti
2016-12-09 13:35:33 +01:00
parent 889ad0d772
commit b8cf3271d2
+1 -1
View File
@@ -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/