Skip to content

Commit

Permalink
charts, workaroud for prometheus nodeexporter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
junior committed Feb 25, 2022
1 parent 67d2d7d commit a2ca481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deploy/complete/helm-chart/setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ prometheus:
static_configs:
- targets:
- {{ .Release.Name }}-ingress-nginx-controller-metrics:9913
nodeExporter:
hostRootfs: false

# https://github.com/kubernetes-sigs/service-catalog/blob/master/charts/catalog/README.md
catalog:
Expand Down
6 changes: 4 additions & 2 deletions deploy/complete/terraform/chart-values/prometheus-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

Expand All @@ -8,4 +8,6 @@ extraScrapeConfigs: |
scrape_interval: 5s
static_configs:
- targets:
- mushop-utils-ingress-nginx-controller-metrics:9913
- mushop-utils-ingress-nginx-controller-metrics:9913
nodeExporter:
hostRootfs: false

0 comments on commit a2ca481

Please sign in to comment.