Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fix: higher resources for HPA
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Apr 10, 2024
1 parent bc3b3f1 commit 366c511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ app:
probesPath: /v1/models/sentqam
resources:
limits:
cpu: 1000m
memory: 2Gi
cpu: "1"
memory: 3Gi
requests:
cpu: 250m
memory: 2Gi
cpu: "1"
memory: 3Gi
autoscale:
enabled: true
minReplicas: 2
Expand Down

0 comments on commit 366c511

Please sign in to comment.