Skip to content

Commit

Permalink
adjusted request
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 8, 2025
1 parent 82d92a9 commit 0efda4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
- secretRef:
name: {{ .Values.secretName }}
resources:
requests:
memory: {{ .Values.resources.requests.memory }}
cpu: {{ .Values.resources.requests.cpu }}
limits:
memory: {{ .Values.resources.limits.memory }}
cpu: {{ .Values.resources.limits.cpu }}
Expand Down
3 changes: 3 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ app:
tag: dev

resources:
requests:
memory: "256Mi"
cpu: "10m"
limits:
memory: "512Mi"
cpu: "250m"
Expand Down

0 comments on commit 0efda4d

Please sign in to comment.