Skip to content

Commit

Permalink
chore: adding more ram
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Dec 5, 2024
1 parent 0ca23c3 commit 939b9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gitops/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
- containerPort: 8000
resources:
requests:
memory: "200Mi"
memory: "750Mi"
limits:
memory: "1000Mi"
memory: "1500Mi"
envFrom:
- configMapRef:
name: {{ .Release.Name }}-environment
Expand Down

0 comments on commit 939b9ea

Please sign in to comment.