Skip to content

Commit

Permalink
chore: decrease resources of development environment (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored May 21, 2024
1 parent 879989c commit bfd7e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
replicas: 1
resources:
limits:
cpu: 2000m
memory: 2048Mi
cpu: 500m
memory: 1Gi
requests:
cpu: 1000m
memory: 1024Mi
cpu: 250m
memory: 500Mi
envFrom:
- secretRef:
name: api-development-secrets
Expand Down

0 comments on commit bfd7e96

Please sign in to comment.