Skip to content

Commit 60f0835

Browse files
committed
Standardize memory unit formatting in self-monitor chart values.yaml.
1 parent 702ff39 commit 60f0835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-monitor/charts/self-monitor/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ replicaCount: 1
33
resources:
44
requests:
55
cpu: 200m
6-
memory: 1gi
6+
memory: 1Gi
77
limits:
88
cpu: 500m
9-
memory: 1gi
9+
memory: 1Gi
1010

1111
image:
1212
repository: ghcr.io/daverbk/self-monitor

0 commit comments

Comments
 (0)