Files
deprecated-helm-charts/stable/node-problem-detector/values.yaml
T
wanghh2000 b2763f1e15 Use configmap for node problem detector (#10548)
* use configmap

Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com>

* update version

Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com>
2019-01-14 14:06:37 -08:00

34 lines
552 B
YAML

settings:
log_monitors:
- kernel-monitor.json
- docker-monitor.json
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: {}