Skip to content

Commit a2ca481

Browse files
committed
charts, workaroud for prometheus nodeexporter issue
1 parent 67d2d7d commit a2ca481

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

deploy/complete/helm-chart/setup/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2526
catalog:
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)