Skip to content

Commit 8560802

Browse files
authored
chore: remove limits (#402)
1 parent 42ae37c commit 8560802

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

charts/pubcode/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ api:
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

0 commit comments

Comments
 (0)