File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ prometheus:
1919 static_configs:
2020 - targets:
2121 - {{ .Release.Name }}-ingress-nginx-controller-metrics:9913
22-
22+ nodeExporter :
23+ hostRootfs : false
2324
2425# https://github.com/kubernetes-sigs/service-catalog/blob/master/charts/catalog/README.md
2526catalog :
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
1+ # Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
22# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33#
44
@@ -8,4 +8,6 @@ extraScrapeConfigs: |
88 scrape_interval: 5s
99 static_configs:
1010 - targets:
11- - mushop-utils-ingress-nginx-controller-metrics:9913
11+ - mushop-utils-ingress-nginx-controller-metrics:9913
12+ nodeExporter :
13+ hostRootfs : false
You can’t perform that action at this time.
0 commit comments