blob: a17c3dd54b3914012e847fa8519f94b1a4a711b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Default values for cadvisor.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
ingress:
enabled: false
image:
repository: google/cadvisor
tag: latest
pullPolicy: IfNotPresent
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
cadvisor_prometheus:
service:
type: NodePort
port: 80
nodePort: 91
targetPort: 8080
selector:
app: cadvisor
collector: cadvisor
|