Skip to content

Commit

Permalink
Change default storage request to 1Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wregglesworth committed Jun 18, 2024
1 parent cc01090 commit c6e5b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (i *Internal) viceProxyCommand(job *model.Job) []string {
var (
defaultCPUResourceRequest, _ = resourcev1.ParseQuantity("1000m")
defaultMemResourceRequest, _ = resourcev1.ParseQuantity("2Gi")
defaultStorageRequest, _ = resourcev1.ParseQuantity("16Gi")
defaultStorageRequest, _ = resourcev1.ParseQuantity("1Gi")
defaultCPUResourceLimit, _ = resourcev1.ParseQuantity("4000m")
defaultMemResourceLimit, _ = resourcev1.ParseQuantity("8Gi")
)
Expand Down

0 comments on commit c6e5b6c

Please sign in to comment.