Skip to content

Commit 451f9a0

Browse files
authored
Merge pull request #5 from cloudymax/memory-changes
Memory changes from limits to requests
2 parents 5919412 + e0bca91 commit 451f9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kubevirt-vm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kubevirt-vm
33
description: Configure a virtual machine for use with Kubevirt
44

55
type: application
6-
version: 0.2.0
6+
version: 0.2.1
77
appVersion: "0.1.0"
88

99
maintainers:

charts/kubevirt-vm/templates/virtualmachine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
machine:
7878
type: {{ .Values.virtualMachine.machine.machineType }}
7979
resources:
80-
limits:
80+
requests:
8181
memory: {{ .Values.virtualMachine.machine.memory }}
8282
networks:
8383
- name: default

0 commit comments

Comments
 (0)