mirror of https://git.rancher.io/charts
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,8 +1,13 @@
|
|
# Default values for prometheus-node-exporter.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
+
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
image:
|
|
- repository: quay.io/prometheus/node-exporter
|
|
+ repository: rancher/mirrored-prometheus-node-exporter
|
|
tag: v1.1.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
@@ -72,6 +77,7 @@
|
|
## If true, create & use Pod Security Policy resources
|
|
## https://kubernetes.io/docs/concepts/policy/pod-security-policy/
|
|
pspEnabled: true
|
|
+ pspAnnotations: {}
|
|
|
|
# for deployments that have node_exporter deployed outside of the cluster, list
|
|
# their addresses here
|
|
@@ -125,6 +131,8 @@
|
|
tolerations:
|
|
- effect: NoSchedule
|
|
operator: Exists
|
|
+ - effect: NoExecute
|
|
+ operator: Exists
|
|
|
|
## Assign a PriorityClassName to pods if set
|
|
# priorityClassName: ""
|
|
@@ -168,3 +176,7 @@
|
|
## - name: collector-textfiles
|
|
## mountPath: /run/prometheus
|
|
## readOnly: false
|
|
+
|
|
+## Additional InitContainers to initialize the pod
|
|
+##
|
|
+extraInitContainers: []
|