Skip to content

Commit

Permalink
increase and reserve memory and cpu for simdata-api to prevent flopping
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 8, 2025
1 parent c2d1ce2 commit 5f78c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/apps/simdata-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
imagePullPolicy: "Always"
resources:
requests:
memory: "500Mi"
cpu: "500m"
memory: "2Gi"
cpu: "1500m"
limits:
memory: "1Gi"
cpu: "1000m"
memory: "2Gi"
cpu: "1500m"
readinessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit 5f78c83

Please sign in to comment.