Helm chart for visualization-operator
[demo.git] / vnfs / DAaaS / deploy / operator / charts / visualization-operator / values.yaml
1 # Default values for visualization-operator.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 enabled: true
6
7 image:
8   repository: dcr.cluster.local:32644/visualization-operator
9   tag: latest
10   pullPolicy: IfNotPresent
11
12 watch:
13   nameSpace: ""
14
15 nameOverride: ""
16 fullnameOverride: ""
17
18 resources: {}
19   # We usually recommend not to specify default resources and to leave this as a conscious
20   # choice for the user. This also increases chances charts run on environments with little
21   # resources, such as Minikube. If you do want to specify resources, uncomment the following
22   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
23   # limits:
24   #   cpu: 100m
25   #   memory: 128Mi
26   # requests:
27   #   cpu: 100m
28   #   memory: 128Mi
29
30 nodeSelector: {}
31
32 tolerations: []
33
34 affinity: {}