summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/ucp/promenade/promenade.yaml
blob: e245bd949d44340b69d5493eb71686ba2620386c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
# The purpose of this file is to provide site-specific parameters for the ucp-
# promenade chart.
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  name: ucp-promenade
  layeringDefinition:
    abstract: false
    layer: site
    parentSelector:
      name: ucp-promenade-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  values:
    pod:
      env:
        promenade_api: []
          # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
          # Otherwise comment out these lines.
          # - name: http_proxy
          #   value: 'http://proxy.example.com:8080'
          # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
          # Otherwise comment out these lines.
          # - name: https_proxy
          #   value: 'http://proxy.example.com:8080'
          # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
          # IPs / domain names which the proxy should not be used for (i.e. the
          # cluster domain and kubernetes service_cidr defined in common-addresses)
          # Otherwise comment out these lines.
          # - name: no_proxy
          #   value: '10.96.0.1,.cluster.local'
          # NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
          # Otherwise comment out these lines.
          # - name: HTTP_PROXY
          #   value: 'http://proxy.example.com:8080'
          # NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
          # Otherwise comment out these lines.
          # - name: HTTPS_PROXY
          #   value: 'http://proxy.example.com:8080'
          # NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
          # IPs / domain names which the proxy should not be used for (i.e. the
          # cluster domain and kubernetes service_cidr defined in common-addresses)
          # Otherwise comment out these lines.
          # - name: NO_PROXY
          #   value: '10.96.0.1,.cluster.local'
...