Skip to content

Commit

Permalink
chore: 🤖 update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Jan 22, 2025
1 parent 5c94e94 commit 38e5fc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deploy/prod/cgw-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ spec:
name: cgw-web
resources:
requests:
memory: "1000Mi"
cpu: "200m"
memory: "128Mi"
cpu: "0.1"
limits:
memory: "4000Mi"
cpu: "1000m"
memory: "1Gi"
cpu: "0.5"
restartPolicy: Always
8 changes: 4 additions & 4 deletions deploy/prod/txs/txs-worker-indexer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spec:
name: txs-worker-indexer
resources:
requests:
cpu: "1000m"
memory: "4000Mi"
cpu: "0.1"
memory: "256Mi"
limits:
cpu: "2000m"
memory: "8000Mi"
cpu: "0.5"
memory: "1Gi"
restartPolicy: Always

0 comments on commit 38e5fc8

Please sign in to comment.