Files
deprecated-helm-charts/stable/node-problem-detector/values.yaml
T
HashfyreandKubernetes Prow Robot b3ef3a0fa9 [stable/node-problem-detector] adds custom-plugin-monitor config (#10549)
* [stable/node-problem-detector] adds --custom-plugin-monitors flag

Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com>

* [stable/node-problem-detector] adds documentation custom_plugin_monitor

Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com>

* [stable/node-problem-detector] updates readme with correct default value for custompluginmonitor

Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com>

* [stable/node-problem-detector] updates chart version to 1.1.3

Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com>
2019-01-15 09:09:46 -08:00

35 lines
581 B
YAML

settings:
log_monitors:
- kernel-monitor.json
- docker-monitor.json
custom_plugin_monitors: []
hostpath:
logdir: /var/log/
image:
repository: k8s.gcr.io/node-problem-detector
tag: v0.6.1
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
rbac:
create: true
resources: {}
annotations: {}
tolerations: []
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
affinity: {}