Skip to content

Commit

Permalink
chore: remove limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Dec 25, 2024
1 parent 42ae37c commit 49e6cfb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/pubcode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ api:
containerPort: 3000
protocol: TCP
resources: # this is optional
limits:
cpu: 150m
memory: 250Mi
requests:
cpu: 50m
memory: 100Mi
Expand Down Expand Up @@ -123,9 +120,6 @@ frontend:
containerPort: 3001
protocol: TCP
resources: # this is optional
limits:
cpu: 75m
memory: 150Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -195,9 +189,6 @@ database:
- "-c"
- "mkdir -p /data/db"
resources: # this is optional
limits:
cpu: 250m
memory: 450Mi
requests:
cpu: 50m
memory: 150Mi
Expand All @@ -218,9 +209,6 @@ database:
containerPort: 27017
protocol: TCP
resources: # this is optional
limits:
cpu: 250m
memory: 450Mi
requests:
cpu: 50m
memory: 150Mi
Expand Down

0 comments on commit 49e6cfb

Please sign in to comment.