diff options
author | Srivahni <srivahni.chivukula@intel.com> | 2019-10-14 14:35:11 -0700 |
---|---|---|
committer | Srivahni <srivahni.chivukula@intel.com> | 2019-10-14 14:52:05 -0700 |
commit | 3289af42fd3af32fd07c565d072c65743249ebce (patch) | |
tree | 9ce0f03e1150c0ffec10bec385cc36907f79f82e /vnfs/DAaaS/deploy/operator/charts | |
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/operator/charts')
-rw-r--r-- | vnfs/DAaaS/deploy/operator/charts/prometheus-operator/values.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vnfs/DAaaS/deploy/operator/charts/prometheus-operator/values.yaml b/vnfs/DAaaS/deploy/operator/charts/prometheus-operator/values.yaml index fc0bc243..23841a48 100644 --- a/vnfs/DAaaS/deploy/operator/charts/prometheus-operator/values.yaml +++ b/vnfs/DAaaS/deploy/operator/charts/prometheus-operator/values.yaml @@ -162,7 +162,7 @@ alertmanager: ## Port to expose on each node ## Only used if service.type is 'NodePort' ## - nodePort: 30903 + #nodePort: 30903 ## List of IP addresses at which the Prometheus server service is available ## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips ## @@ -567,7 +567,7 @@ prometheusOperator: ## Port to expose on each node ## Only used if service.type is 'NodePort' ## - nodePort: 30080 + #nodePort: 30080 ## Loadbalancer IP @@ -579,7 +579,7 @@ prometheusOperator: ## Service type ## NodepPort, ClusterIP, loadbalancer ## - type: NodePort + type: ClusterIP ## List of IP addresses at which the Prometheus server service is available ## Ref: https://kubernetes.io/docs/user-guide/services/#external-ips @@ -734,7 +734,7 @@ prometheus: loadBalancerSourceRanges: [] ## Service type ## - type: NodePort + type: ClusterIP sessionAffinity: "" |