Skip to content

Commit

Permalink
Use single replica for virt-controller
Browse files Browse the repository at this point in the history
To minimize resource usage in our testing environment.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed May 29, 2024
1 parent d35ecf0 commit 999e108
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/addons/kubevirt/cr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ patches:
duration: 168h
server:
duration: 168h
# Use single replica to minimize resource usage.
- target:
kind: KubeVirt
name: kubevirt
patch: |-
apiVersion: kubevirt.io/v1
kind: Kubevirt
metadata:
name: not-used
spec:
infra:
replicas: 1

0 comments on commit 999e108

Please sign in to comment.