File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
docs/modules/ROOT/pages/references Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ parameters:
15
15
monitor_user : maxscale
16
16
service_pwd : ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/service_pwd}
17
17
monitor_pwd : ?{vaultkv:${customer:name}/${cluster:name}/${_instance}/monitor_pwd}
18
+ replicas : 2
18
19
images :
19
20
maxscale :
20
21
image : ghcr.io/appuio/maxscale-docker
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ local deployment = kube.Deployment('maxscale') {
65
65
},
66
66
},
67
67
spec+: {
68
+ replicas: params.replicas,
68
69
template+: {
69
70
spec+: {
70
71
containers_+: {
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ default:: `syn-maxscale`
10
10
11
11
The namespace in which to deploy this component.
12
12
13
+ == `replicas`
14
+
15
+ [horizontal]
16
+ type:: integer
17
+ default:: `2`
18
+
19
+ How many replicas the deployment has.
20
+
13
21
== `master_only_listen_address`
14
22
15
23
[horizontal]
You can’t perform that action at this time.
0 commit comments