File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 42
42
containerPort : 3000
43
43
protocol : TCP
44
44
resources : # this is optional
45
- limits :
46
- cpu : 150m
47
- memory : 250Mi
48
45
requests :
49
46
cpu : 50m
50
47
memory : 100Mi
@@ -123,9 +120,6 @@ frontend:
123
120
containerPort : 3001
124
121
protocol : TCP
125
122
resources : # this is optional
126
- limits :
127
- cpu : 75m
128
- memory : 150Mi
129
123
requests :
130
124
cpu : 50m
131
125
memory : 50Mi
@@ -195,9 +189,6 @@ database:
195
189
- " -c"
196
190
- " mkdir -p /data/db"
197
191
resources : # this is optional
198
- limits :
199
- cpu : 250m
200
- memory : 450Mi
201
192
requests :
202
193
cpu : 50m
203
194
memory : 150Mi
@@ -218,9 +209,6 @@ database:
218
209
containerPort : 27017
219
210
protocol : TCP
220
211
resources : # this is optional
221
- limits :
222
- cpu : 250m
223
- memory : 450Mi
224
212
requests :
225
213
cpu : 50m
226
214
memory : 150Mi
You can’t perform that action at this time.
0 commit comments