Skip to content

Commit c41ddb4

Browse files
authored
deploy: k8s: Fix "256m" to "256Mi" (#374)
1 parent 7a8269f commit c41ddb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/k8s/gprofiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
resources:
3232
requests:
3333
cpu: 100m
34-
memory: 256m
34+
memory: 256Mi
3535
limits:
3636
cpu: 500m
3737
memory: 1Gi

deploy/k8s/helm-charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
memory: 1Gi
99
requests:
1010
cpu: 100m
11-
memory: 256m
11+
memory: 256Mi
1212

1313
image:
1414
repository: index.docker.io/granulate/gprofiler

0 commit comments

Comments
 (0)