NodePort -> ClusterIP

This commit is contained in:
Jack Zampolin
2016-12-05 11:50:20 -08:00
parent bba09d53c9
commit 5d482b25a3
+1 -1
View File
@@ -7,7 +7,7 @@ image:
## NodePort is default
## ref: http://kubernetes.io/docs/user-guide/services/
service:
type: LoadBalancer
type: ClusterIP
## Persist data to a persitent volume
persistence: