Skip to content

Commit

Permalink
feat: increase request for raichu API
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 5, 2023
1 parent 02e7e61 commit b5880c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/root_chart/values.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ api:
imagePullSecrets: []
securityContext: *securityContext
podSecurityContext: *podSecurityContext
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 500m
memory: 512Mi
autoscaling:
enabled: true
minReplicas: 3
Expand Down

0 comments on commit b5880c0

Please sign in to comment.