File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : cloud-screenshot
8
- version : 1.1.0
8
+ version : 1.1.1
Original file line number Diff line number Diff line change 25
25
cpu: 100m
26
26
memory: 100Mi
27
27
limits:
28
- cpu: '2'
28
+ cpu: 1000m
29
29
memory: 2G
30
30
volumeMounts:
31
31
- name: wordpress
Original file line number Diff line number Diff line change @@ -109,9 +109,6 @@ spec:
109
109
requests :
110
110
cpu : 100m
111
111
memory : 100Mi
112
- limits :
113
- cpu : ' 4'
114
- memory : 2G
115
112
volumeMounts :
116
113
- name : wordpress
117
114
mountPath : /srv
@@ -170,10 +167,10 @@ spec:
170
167
periodSeconds : 10
171
168
resources :
172
169
requests :
173
- cpu : 1500m
174
- memory : 800Mi
170
+ cpu : 100m
171
+ memory : 128Mi
175
172
limits :
176
- cpu : ' 3 '
173
+ cpu : 250m
177
174
memory : 2G
178
175
startupProbe :
179
176
exec :
@@ -201,10 +198,10 @@ spec:
201
198
containerPort : 80
202
199
resources :
203
200
requests :
204
- cpu : ' 1 '
201
+ cpu : 100m
205
202
memory : 256Mi
206
203
limits :
207
- cpu : ' 2 '
204
+ cpu : 250m
208
205
memory : 600Mi
209
206
volumeMounts :
210
207
- name : wordpress
You can’t perform that action at this time.
0 commit comments