Skip to content

Commit 352db03

Browse files
authored
Add more memory, 15Mi is not enough anymore (#19)
Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent 4c55c74 commit 352db03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/smarter-device-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: smarter-device-manager
33
description: smarter-device-manager chart for SMARTER edge devices
44
home: https://getsmarter.io
5-
version: 0.0.9
5+
version: 0.0.10
66
appVersion: v1.20.12
77
kubeVersion: ">=1.16.0-0"
88
keywords:

charts/smarter-device-manager/templates/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
resources:
4545
limits:
4646
cpu: 200m
47-
memory: 15Mi
47+
memory: 30Mi
4848
requests:
4949
cpu: 10m
50-
memory: 15Mi
50+
memory: 30Mi
5151
volumeMounts:
5252
- name: device-plugin
5353
mountPath: /var/lib/kubelet/device-plugins

0 commit comments

Comments
 (0)