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/collection/charts/cadvisor/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/cadvisor/values.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/charts/cadvisor/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/cadvisor/values.yaml b/vnfs/DAaaS/deploy/collection/charts/cadvisor/values.yaml index a17c3dd5..345b2281 100644 --- a/vnfs/DAaaS/deploy/collection/charts/cadvisor/values.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/cadvisor/values.yaml @@ -14,9 +14,9 @@ resources: {} # lines, adjust them as necessary, and remove the curly braces after 'resources:'. cadvisor_prometheus: service: - type: NodePort + type: ClusterIP port: 80 - nodePort: 91 + #nodePort: 91 targetPort: 8080 selector: app: cadvisor |