diff options
Diffstat (limited to 'vnfs/DAaaS/collection/charts/cadvisor/values.yaml')
-rw-r--r-- | vnfs/DAaaS/collection/charts/cadvisor/values.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vnfs/DAaaS/collection/charts/cadvisor/values.yaml b/vnfs/DAaaS/collection/charts/cadvisor/values.yaml deleted file mode 100644 index a17c3dd5..00000000 --- a/vnfs/DAaaS/collection/charts/cadvisor/values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# 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 |