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 4242 containerPort : 3000
4343 protocol : TCP
4444 resources : # this is optional
45- limits :
46- cpu : 150m
47- memory : 250Mi
4845 requests :
4946 cpu : 50m
5047 memory : 100Mi
@@ -123,9 +120,6 @@ frontend:
123120 containerPort : 3001
124121 protocol : TCP
125122 resources : # this is optional
126- limits :
127- cpu : 75m
128- memory : 150Mi
129123 requests :
130124 cpu : 50m
131125 memory : 50Mi
@@ -195,9 +189,6 @@ database:
195189 - " -c"
196190 - " mkdir -p /data/db"
197191 resources : # this is optional
198- limits :
199- cpu : 250m
200- memory : 450Mi
201192 requests :
202193 cpu : 50m
203194 memory : 150Mi
@@ -218,9 +209,6 @@ database:
218209 containerPort : 27017
219210 protocol : TCP
220211 resources : # this is optional
221- limits :
222- cpu : 250m
223- memory : 450Mi
224212 requests :
225213 cpu : 50m
226214 memory : 150Mi
You can’t perform that action at this time.
0 commit comments