Skip to content

Commit

Permalink
reduce limits
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantspace committed Nov 18, 2024
1 parent 4c73e13 commit f9ddaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/kustomize/base/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ spec:
key: connection-string
resources:
requests:
cpu: 200m
cpu: 100m
memory: 64Mi
limits:
cpu: 500m
cpu: 250m
memory: 128Mi
volumeMounts:
- name: backend-data
Expand Down

0 comments on commit f9ddaaa

Please sign in to comment.