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, 23 insertions, 0 deletions
diff --git a/vnfs/DAaaS/collection/charts/cadvisor/values.yaml b/vnfs/DAaaS/collection/charts/cadvisor/values.yaml new file mode 100644 index 00000000..8d25ba7f --- /dev/null +++ b/vnfs/DAaaS/collection/charts/cadvisor/values.yaml @@ -0,0 +1,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 |