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 216f191 commit dafbe2bCopy full SHA for dafbe2b
ns-system/components/controller-deployment.yaml
@@ -4,7 +4,7 @@ metadata:
4
name: ns-controller
5
6
spec:
7
- replicas: 1
+ replicas: 2
8
revisionHistoryLimit: 0
9
selector:
10
matchLabels:
ns-system/components/ssgen-stateful-set.yaml
@@ -99,7 +99,7 @@ spec:
99
resources:
100
requests:
101
cpu: "10m"
102
- memory: "10Mi"
+ memory: "30Mi"
103
limits:
104
cpu: "100m"
105
memory: "50Mi"
@@ -116,7 +116,7 @@ spec:
116
117
118
119
- memory: "50Mi"
+ memory: "100Mi"
120
121
cpu: "500m"
122
- memory: "100Mi"
+ memory: "150Mi"
0 commit comments