Skip to content

Commit

Permalink
Merge pull request #6 from daifoundation/TECH-3595-Prod
Browse files Browse the repository at this point in the history
TECH-3595 - Setting correct CPU/RAM requests/limits
  • Loading branch information
OleksandrUA authored Sep 16, 2024
2 parents e82abac + 7e89552 commit c7abc01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/prod/cla-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 2
memory: 4096Mi
cpu: 0.3
memory: 512Mi
requests:
cpu: 250m
memory: 256Mi
cpu: 0.05
memory: 128Mi
autoscaling:
enabled: true
minReplicas: 1
Expand Down

0 comments on commit c7abc01

Please sign in to comment.