Skip to content

Commit

Permalink
infrastructure: base: kubevirt: kubevirt-cr: Scale virt-controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Dec 1, 2023
1 parent a9a3a55 commit 05c4a83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion infrastructure/base/kubevirt/kubevirt-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ spec:
configuration:
developerConfiguration:
featureGates: []
customizeComponents: {}
customizeComponents:
patches:
- resourceType: Deployment
resourceName: virt-controller
patch: '{"spec":{"replicas":1}}'
type: strategic
imagePullPolicy: IfNotPresent
workloadUpdateStrategy: {}
infra:
Expand Down

0 comments on commit 05c4a83

Please sign in to comment.