Skip to content

Commit

Permalink
feat(fence): increase cpu (#1921)
Browse files Browse the repository at this point in the history
* Update fence-deploy.yaml

* Update expectedFenceResult.yaml

---------

Co-authored-by: J. Q <[email protected]>
  • Loading branch information
Avantol13 and jawadqur authored May 20, 2024
1 parent aae26ac commit 5c666eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
cpu: 0.4
memory: 1200Mi
limits:
cpu: 1.0
cpu: 2.0
memory: 2400Mi
command: ["/bin/bash"]
args:
Expand Down
2 changes: 1 addition & 1 deletion kube/services/fence/fence-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
cpu: 0.4
memory: 1200Mi
limits:
cpu: 1.0
cpu: 2.0
memory: 2400Mi
command: ["/bin/bash"]
args:
Expand Down

0 comments on commit 5c666eb

Please sign in to comment.