From 6a7d619994926a7128a75f49bc2c56b27ea574ee Mon Sep 17 00:00:00 2001 From: Rajiv Senthilnathan Date: Wed, 27 Mar 2024 15:13:03 -0400 Subject: [PATCH] Add VM resource quotas --- deploy/templates/nstemplatetiers/base/cluster.yaml | 1 + deploy/templates/nstemplatetiers/base1ns/cluster.yaml | 1 + deploy/templates/nstemplatetiers/test/cluster.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/deploy/templates/nstemplatetiers/base/cluster.yaml b/deploy/templates/nstemplatetiers/base/cluster.yaml index 2fcdf9724..e88bdae74 100644 --- a/deploy/templates/nstemplatetiers/base/cluster.yaml +++ b/deploy/templates/nstemplatetiers/base/cluster.yaml @@ -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: diff --git a/deploy/templates/nstemplatetiers/base1ns/cluster.yaml b/deploy/templates/nstemplatetiers/base1ns/cluster.yaml index 97879465f..483afe2c0 100644 --- a/deploy/templates/nstemplatetiers/base1ns/cluster.yaml +++ b/deploy/templates/nstemplatetiers/base1ns/cluster.yaml @@ -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: diff --git a/deploy/templates/nstemplatetiers/test/cluster.yaml b/deploy/templates/nstemplatetiers/test/cluster.yaml index c5b2dcffb..ecae9c7a0 100644 --- a/deploy/templates/nstemplatetiers/test/cluster.yaml +++ b/deploy/templates/nstemplatetiers/test/cluster.yaml @@ -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: