Skip to content

Commit

Permalink
updated deployment limit
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 8, 2025
1 parent 8e466fb commit 82d92a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ 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

0 comments on commit 82d92a9

Please sign in to comment.