Refactor Distributed Analytics project structure
[demo.git] / vnfs / DAaaS / deploy / visualization / values.yaml
1 # Default values for visualization.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 adminUser: admin
8
9 image:
10   repository: nginx
11   tag: stable
12   pullPolicy: IfNotPresent
13
14 nameOverride: ""
15 fullnameOverride: ""
16
17 persistence:
18   enabled: false
19
20 service:
21   type: ClusterIP
22   port: 80
23
24 ingress:
25   enabled: false
26   annotations: {}
27     # kubernetes.io/ingress.class: nginx
28     # kubernetes.io/tls-acme: "true"
29   hosts:
30     - host: chart-example.local
31       paths: []
32
33   tls: []
34   #  - secretName: chart-example-tls
35   #    hosts:
36   #      - chart-example.local
37
38 resources: {}
39   # We usually recommend not to specify default resources and to leave this as a conscious
40   # choice for the user. This also increases chances charts run on environments with little
41   # resources, such as Minikube. If you do want to specify resources, uncomment the following
42   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
43   # limits:
44   #   cpu: 100m
45   #   memory: 128Mi
46   # requests:
47   #   cpu: 100m
48   #   memory: 128Mi
49
50 nodeSelector: {}
51
52 tolerations: []
53
54 affinity: {}