Skip to content

Commit

Permalink
increase limits [staging]
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Calza <[email protected]>
  • Loading branch information
brunocalza committed Nov 20, 2024
1 parent cfbfae6 commit e29e51b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions k8s/base/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
labels:
app: basin-w3s
spec:
replicas: 2
replicas: 3
selector:
matchLabels:
app: basin-w3s-v1
Expand Down Expand Up @@ -60,7 +60,8 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 4Gi
ephemeral-storage: 10Gi
readinessProbe:
httpGet:
path: /api/v1/health
Expand Down Expand Up @@ -90,4 +91,4 @@ spec:
storageClassName: "ephemeral-ssd"
resources:
requests:
storage: 20Gi
storage: 500Gi

0 comments on commit e29e51b

Please sign in to comment.