rancher-charts/packages/rancher-monitoring/rancher-node-exporter/generated-changes/patch/values.yaml.patch

72 lines
1.8 KiB
Diff

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,11 +1,12 @@
# Default values for prometheus-node-exporter.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
+
image:
- registry: quay.io
- repository: prometheus/node-exporter
+ registry: docker.io
+ repository: rancher/mirrored-prometheus-node-exporter
# Overrides the image tag whose default is {{ printf "v%s" .Chart.AppVersion }}
- tag: ""
+ tag: v1.3.1
pullPolicy: IfNotPresent
digest: ""
@@ -15,6 +16,11 @@
fullnameOverride: ""
global:
+ cattle:
+ psp:
+ enable: true
+ systemDefaultRegistry: ""
+
# To help compatibility with other charts which use global.imagePullSecrets.
# Allow either an array of {name: pullSecret} maps (k8s-style), or an array of strings (more common helm-style).
# global:
@@ -36,8 +42,8 @@
kubeRBACProxy:
enabled: false
image:
- registry: quay.io
- repository: brancz/kube-rbac-proxy
+ registry: docker.io
+ repository: rancher/mirrored-kube-rbac-proxy
tag: v0.14.0
sha: ""
pullPolicy: IfNotPresent
@@ -66,8 +72,8 @@
service:
type: ClusterIP
- port: 9100
- targetPort: 9100
+ port: 9796
+ targetPort: 9796
nodePort:
portName: metrics
listenOnAllInterfaces: true
@@ -276,9 +282,6 @@
## If true, create & use RBAC resources
##
create: true
- ## 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
@@ -348,6 +351,8 @@
tolerations:
- effect: NoSchedule
operator: Exists
+ - effect: NoExecute
+ operator: Exists
## Assign a PriorityClassName to pods if set
# priorityClassName: ""