Skip to content

Commit 10413d5

Browse files
Merge pull request #699 from Ankit152/slsre-578
[SLSRE-578] Bump addon-operator cpu limits
2 parents df33bbc + 8ee2652 commit 10413d5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bundle/manifests/addon-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ spec:
217217
periodSeconds: 10
218218
resources:
219219
limits:
220-
cpu: 100m
220+
cpu: 200m
221221
memory: 600Mi
222222
requests:
223223
cpu: 100m

deploy/60_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
periodSeconds: 10
7474
resources:
7575
limits:
76-
cpu: 100m
76+
cpu: 200m
7777
memory: 600Mi
7878
requests:
7979
cpu: 100m

hack/hypershift/package/.test-fixtures/namespace-scope/hcp/addon-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
periodSeconds: 10
7171
resources:
7272
limits:
73-
cpu: 100m
73+
cpu: 200m
7474
memory: 600Mi
7575
requests:
7676
cpu: 100m

hack/hypershift/package/hcp/addon-operator.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
periodSeconds: 10
7171
resources:
7272
limits:
73-
cpu: 100m
73+
cpu: 200m
7474
memory: 600Mi
7575
requests:
7676
cpu: 100m

0 commit comments

Comments
 (0)