Loading charts/couchdb/values.yaml +4 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,10 @@ podManagementPolicy: Parallel ## to a second Service that governs how clients connect to the CouchDB cluster. service: enabled: true type: NodePort type: ClusterIP #type: NodePort externalPort: 5984 nodePort: 30984 #nodePort: 30984 ## An Ingress resource can provide name-based virtual hosting and TLS ## termination among other things for CouchDB deployments which are accessed Loading charts/open-map-tiles/values.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,10 @@ image: pullPolicy: IfNotPresent service: type: NodePort type: ClusterIP #type: NodePort port: 80 nodePort: 30080 #nodePort: 30080 ingress: enabled: true Loading charts/redis/values.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -168,15 +168,15 @@ master: ## Redis Master Service properties service: ## Redis Master Service type # type: ClusterIP type: NodePort type: ClusterIP #type: NodePort port: 6379 ## Specify the nodePort value for the LoadBalancer and NodePort service types. ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## # nodePort: nodePort: 30379 #nodePort: 30379 ## Provide any additional annotations which may be required. This can be used to ## set the LoadBalancer service type to internal only. Loading Loading
charts/couchdb/values.yaml +4 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,10 @@ podManagementPolicy: Parallel ## to a second Service that governs how clients connect to the CouchDB cluster. service: enabled: true type: NodePort type: ClusterIP #type: NodePort externalPort: 5984 nodePort: 30984 #nodePort: 30984 ## An Ingress resource can provide name-based virtual hosting and TLS ## termination among other things for CouchDB deployments which are accessed Loading
charts/open-map-tiles/values.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,10 @@ image: pullPolicy: IfNotPresent service: type: NodePort type: ClusterIP #type: NodePort port: 80 nodePort: 30080 #nodePort: 30080 ingress: enabled: true Loading
charts/redis/values.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -168,15 +168,15 @@ master: ## Redis Master Service properties service: ## Redis Master Service type # type: ClusterIP type: NodePort type: ClusterIP #type: NodePort port: 6379 ## Specify the nodePort value for the LoadBalancer and NodePort service types. ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## # nodePort: nodePort: 30379 #nodePort: 30379 ## Provide any additional annotations which may be required. This can be used to ## set the LoadBalancer service type to internal only. Loading