Skip to content

Commit fa5efb2

Browse files
committed
fix(cloud-screenshot): update container resource limits
1 parent b58f294 commit fa5efb2

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

charts/cloud-screenshot/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: cloud-screenshot
8-
version: 1.1.0
8+
version: 1.1.1

charts/cloud-screenshot/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cpu: 100m
2626
memory: 100Mi
2727
limits:
28-
cpu: '2'
28+
cpu: 1000m
2929
memory: 2G
3030
volumeMounts:
3131
- name: wordpress

charts/cloud-screenshot/templates/cloud-screenshot.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ spec:
109109
requests:
110110
cpu: 100m
111111
memory: 100Mi
112-
limits:
113-
cpu: '4'
114-
memory: 2G
115112
volumeMounts:
116113
- name: wordpress
117114
mountPath: /srv
@@ -170,10 +167,10 @@ spec:
170167
periodSeconds: 10
171168
resources:
172169
requests:
173-
cpu: 1500m
174-
memory: 800Mi
170+
cpu: 100m
171+
memory: 128Mi
175172
limits:
176-
cpu: '3'
173+
cpu: 250m
177174
memory: 2G
178175
startupProbe:
179176
exec:
@@ -201,10 +198,10 @@ spec:
201198
containerPort: 80
202199
resources:
203200
requests:
204-
cpu: '1'
201+
cpu: 100m
205202
memory: 256Mi
206203
limits:
207-
cpu: '2'
204+
cpu: 250m
208205
memory: 600Mi
209206
volumeMounts:
210207
- name: wordpress

0 commit comments

Comments
 (0)