diff options
author | 2019-10-14 14:35:11 -0700 | |
---|---|---|
committer | 2019-10-14 14:52:05 -0700 | |
commit | 3289af42fd3af32fd07c565d072c65743249ebce (patch) | |
tree | 9ce0f03e1150c0ffec10bec385cc36907f79f82e /vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml | |
parent | 9ad7d878dd3e5817fec67cceb6cccc298083a7c1 (diff) |
Change NodePort to ClusterIP in coll, promOper pkg
Issue-ID: ONAPARC-393
Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
Change-Id: Ica0be8d255074b78dede3fd3b0045f41fde02136
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml index b3e685c5..c939af4b 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml @@ -40,6 +40,7 @@ prometheus: resources: {} service: + type: ClusterIP annotations: {} labels: {} clusterIP: "" @@ -55,7 +56,7 @@ prometheus: ## Port to expose on each node ## Only used if service.type is 'NodePort' ## - nodePort: 90 + # nodePort: 90 ## Loadbalancer IP ## Only use if service.type is "loadbalancer" @@ -63,7 +64,7 @@ prometheus: loadBalancerSourceRanges: [] ## Service type ## - type: NodePort + #type: NodePort sessionAffinity: "" m3db: |