image: repository: k8s.gcr.io/cadvisor tag: v0.36.0 pullPolicy: IfNotPresent container: port: 8080 additionalArgs: - --housekeeping_interval=10s # kubernetes default args - --max_housekeeping_interval=15s - --event_storage_event_limit=default=0 - --event_storage_age_limit=default=0 - --disable_metrics=percpu,process,sched,tcp,udp # enable only diskIO, cpu, memory, network, disk - --docker_only hostPaths: - name: rootfs path: "/" mount: "/rootfs" - name: varrun path: "/var/run" - name: sys path: "/sys" - name: docker path: "/var/lib/docker" - name: disk path: "/dev/disk" 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:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi serviceAccount: # Specifies whether a service account should be created create: true # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: podSecurityPolicy: create: false nodeSelector: {} tolerations: [] affinity: {}