File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
charts/tidepool/charts/glooingress Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
# parameters, and update the `hostPath` if you've checked the repo out to a different location.
4
4
5
5
# ## Global Config Start ###
6
- tidepool_helm_charts_version : ' 0.1.7' # Version of the Tidepool helm charts to deploy.
7
6
8
7
global :
9
8
gateway :
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ tidepool_helm_overrides_file = getHelmOverridesFile()
5
5
config = getConfig ()
6
6
watch_file (tidepool_helm_overrides_file )
7
7
8
- tidepool_helm_charts_version = config .get ('tidepool_helm_charts_version' )
9
- tidepool_helm_chart_dir = "./charts/tidepool/{}" .format (tidepool_helm_charts_version )
8
+ tidepool_helm_chart_dir = "./charts/tidepool"
10
9
11
10
is_shutdown = isShutdown ()
12
11
### Config End ###
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ tidepool_helm_overrides_file = getHelmOverridesFile()
5
5
config = getConfig()
6
6
watch_file(tidepool_helm_overrides_file)
7
7
8
- tidepool_helm_charts_version = config.get('tidepool_helm_charts_version')
9
- tidepool_helm_chart_dir = "./charts/tidepool/{}".format(tidepool_helm_charts_version)
8
+ tidepool_helm_chart_dir = "./charts/tidepool"
10
9
11
10
gloo_chart_dir = './local/charts'
12
11
absolute_gloo_chart_dir = getAbsoluteDir(gloo_chart_dir)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ QUICKSTART_DIR=$(realpath ./tidepool-quickstart)
40
40
git clone
[email protected] :/tidepool-org/development
> /dev/null
2>&1
41
41
(cd development; git checkout k8s > /dev/null 2>&1 )
42
42
DEV_DIR=$( realpath development)
43
- CHART_DIR=$DEV_DIR /charts/tidepool/0.1.7
43
+ CHART_DIR=$DEV_DIR /charts/tidepool
44
44
45
45
# clone config repo
46
46
git clone $remote > /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ QUICKSTART_DIR=$(realpath ./tidepool-quickstart)
22
22
git clone
[email protected] :/tidepool-org/development
> /dev/null
2>&1
23
23
(cd development; git checkout k8s > /dev/null 2>&1 )
24
24
DEV_DIR=$( realpath development)
25
- CHART_DIR=$DEV_DIR /charts/tidepool/0.1.7
25
+ CHART_DIR=$DEV_DIR /charts/tidepool
26
26
27
27
# run template processor to create non-Tidepool services
28
28
cd $QUICKSTART_DIR
Original file line number Diff line number Diff line change @@ -16,15 +16,18 @@ virtualServices:
16
16
enabled : true # whether to accept HTTP requests
17
17
redirect : false # whether to redirect HTTP requests to HTTPS
18
18
labels : {}
19
+ options : {}
19
20
https :
20
21
name : https
21
22
dnsNames : [] # DNS names served with HTTPS
22
23
enabled : false # whether to serve HTTPS
23
24
hsts : false # whether to require Strict Transport Security
24
25
labels : {}
26
+ options : {}
25
27
httpInternal :
26
28
name : http-internal
27
29
labels : {}
30
+ options : {}
28
31
gloo :
29
32
enabled : false # whether to install the Gloo API Gateway control plane
30
33
crds :
You can’t perform that action at this time.
0 commit comments