Skip to content

Commit

Permalink
Add default resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinduakash committed Oct 25, 2024
1 parent db1cfce commit 95573cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm/h2ogpt-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ h2ogpt:
type: RuntimeDefault

resources:
requests:
memory: 32Gi
limits:
memory: 64Gi
nodeSelector:
tolerations:

Expand Down Expand Up @@ -233,6 +237,10 @@ agents:
type: RuntimeDefault

resources:
requests:
memory: 32Gi
limits:
memory: 64Gi
nodeSelector:
tolerations:

Expand Down

0 comments on commit 95573cd

Please sign in to comment.