Commit d8adc3e8 authored by Michel Roy's avatar Michel Roy
Browse files

closed nodeports exposure

parent 52a0a3c3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -12,9 +12,10 @@ image:
  pullPolicy: IfNotPresent

service:
  type: NodePort
  type: ClusterIP
  #type: NodePort
  port: 80
  nodePort: 30080
  #nodePort: 30080

ingress:
  enabled: true
+3 −3
Original line number Diff line number Diff line
@@ -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.