Skip to content

Commit

Permalink
Bump resource limits that are close to being hit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jan 19, 2024
1 parent 56928c8 commit e9b9109
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/namespaces/default/black-knight/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
memory: 300Mi
limits:
cpu: 750m
memory: 500Mi
memory: 600Mi
envFrom:
- secretRef:
name: black-knight-env
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/namespaces/default/mongodb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
memory: 300Mi
limits:
cpu: 200m
memory: 400Mi
memory: 500Mi
volumeMounts:
- mountPath: /data/db
name: mongodb-volume
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/namespaces/default/pinnwand/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ spec:
resources:
requests:
cpu: 5m
memory: 70Mi
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi
memory: 200Mi
ports:
- containerPort: 8000
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/namespaces/default/sir-robin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
memory: 300Mi
limits:
cpu: 750m
memory: 500Mi
memory: 600Mi
envFrom:
- secretRef:
name: sir-robin-env
Expand Down

0 comments on commit e9b9109

Please sign in to comment.