Skip to content

Commit

Permalink
Add VM resource quotas (#1002)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kazakov <[email protected]>
Co-authored-by: Francisc Munteanu <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent c9ecbf7 commit 8f6bbba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/templates/nstemplatetiers/base/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ objects:
count/deployments.apps: "30"
count/deploymentconfigs.apps: "30"
count/pods: "50"
count/virtualmachines.kubevirt.io: "2"
selector:
annotations: null
labels:
Expand Down
1 change: 1 addition & 0 deletions deploy/templates/nstemplatetiers/base1ns/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ objects:
count/deployments.apps: "30"
count/deploymentconfigs.apps: "30"
count/pods: "50"
count/virtualmachines.kubevirt.io: "2"
selector:
annotations: null
labels:
Expand Down
1 change: 1 addition & 0 deletions deploy/templates/nstemplatetiers/test/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ objects:
count/deployments.apps: "30"
count/deploymentconfigs.apps: "30"
count/pods: "50"
count/virtualmachines.kubevirt.io: "2"
selector:
annotations: null
labels:
Expand Down

0 comments on commit 8f6bbba

Please sign in to comment.