Skip to content

Commit

Permalink
🌳 mongo add resource quota 🌳
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Jul 18, 2023
1 parent 190d63d commit d8f21f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/templates/mongodb-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ spec:
{{- include "mongodb.selectorLabels" . | nindent 4 }}
strategy:
type: Recreate
resources:
limits:
memory: 250Mi
requests:
cpu: 250m
memory: 250Mi
template:
metadata:
labels:
Expand Down

0 comments on commit d8f21f8

Please sign in to comment.