summaryrefslogtreecommitdiffstats
path: root/src/orchestrator/mock_files/mock_charts/testchart1/charts/subchartb/values.yaml
blob: 774fdd75cff2c1962f85f87596b7488d70779510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Default values for subchart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
service:
  name: nginx
  type: ClusterIP
  externalPort: 80
  internalPort: 80

SCBdata:
  SCBbool: true
  SCBfloat: 7.77
  SCBint: 33
  SCBstring: "boba"

exports:
  SCBexported1:
    SCBexported1A:
      SCBexported1B: 1965

  SCBexported2:
    SCBexported2A: "blaster"

global:
  kolla:
    nova:
      api:
        all:
          port: 8774
      metadata:
        all:
          port: 8775