Skip to content

Commit

Permalink
fix(Clair): CronJob OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 30, 2024
1 parent e849821 commit 5bdf18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/base/cronjob-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ spec:
- ALL
resources:
requests:
memory: "128Mi"
memory: "256Mi"
cpu: "50m"
ephemeral-storage: 1Gi
limits:
memory: "256Mi"
memory: "1Gi"
cpu: "1000m"
ephemeral-storage: 1Gi
volumeMounts:
Expand Down

0 comments on commit 5bdf18c

Please sign in to comment.