We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27de941 commit f5030f3Copy full SHA for f5030f3
component/main.jsonnet
@@ -65,9 +65,9 @@ local deployment = kube.Deployment('maxscale') {
65
},
66
67
spec+: {
68
+ replicas: params.replicas,
69
template+: {
70
- replicas+: params.replicas,
71
containers_+: {
72
maxscale: kube.Container('maxscale') {
73
image: params.images.maxscale.image + ':' + params.images.maxscale.tag,
docs/modules/ROOT/pages/references/parameters.adoc
@@ -14,7 +14,7 @@ The namespace in which to deploy this component.
14
15
[horizontal]
16
type:: integer
17
-default:: `1`
+default:: `2`
18
19
How many replicas the deployment has.
20
0 commit comments