Skip to content

Commit

Permalink
Removing resource limits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 27, 2024
1 parent 23721be commit 397fb70
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions k8s/base/randomquotes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@ spec:
containers:
- name: randomquotes-web
image: bobjwalker99/randomquotes-k8s:0.1.60
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "150m"
imagePullPolicy: "Always"
ports:
- containerPort: 5000
- containerPort: 8080
name: http-port
env:
- name: RANDOM_SECRET_PHRASE
Expand Down

0 comments on commit 397fb70

Please sign in to comment.