Skip to content

Commit

Permalink
chore(snackager): reduce the memory amount
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 2, 2024
1 parent c00b9fd commit 1f3ff9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snackager/k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spec:
name: http
resources:
limits:
memory: 5Gi
memory: 2Gi
requests:
cpu: 105m
memory: 5Gi
memory: 2Gi
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down

0 comments on commit 1f3ff9b

Please sign in to comment.