aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/cadvisor/values.yaml
blob: 8d25ba7f7c3546ff1cf357d0bd9c87e7186fbdb3 (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: 30091
    targetPort: 8080
    selector:
      app: cadvisor
      collector: cadvisor