File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : aou-rstudio-chart
3
3
description : Chart for deploying Rstudio to All of Us Workbench
4
4
type : application
5
- version : 0.2 .0
5
+ version : 0.3 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
labels :
6
6
{{- include "app.labels" . | nindent 4 }}
7
7
spec :
8
- replicas : 1
8
+ replicas : {{ .Values.replicaCount }}
9
9
selector :
10
10
matchLabels :
11
11
{{- include "app.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -49,4 +49,6 @@ welder:
49
49
# - name: CLUSTER_NAME
50
50
# value: "dummy"
51
51
# - name: OWNER_EMAIL
52
- # value: "dummy"
52
+ # value: "dummy"
53
+
54
+ replicaCount : 1
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : aou-sas-chart
3
3
description : Chart for deploying SAS to All of Us Workbench
4
4
type : application
5
- version : 0.1 .0
5
+ version : 0.2 .0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
labels :
6
6
{{- include "app.labels" . | nindent 4 }}
7
7
spec :
8
- replicas : 1
8
+ replicas : {{ .Values.replicaCount }}
9
9
selector :
10
10
matchLabels :
11
11
{{- include "app.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -59,4 +59,6 @@ persistence:
59
59
welder :
60
60
extraEnv :
61
61
# - name: WORKSPACE_NAME
62
- # value: my-workspace
62
+ # value: my-workspace
63
+
64
+ replicaCount : 1
You can’t perform that action at this time.
0 commit comments