Skip to content

Commit

Permalink
chore: set cache volume size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruner committed Jan 16, 2025
1 parent 8082679 commit c624e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/turing/cluster/servicebuilder/fluentd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
fluentdMemRequest = "1Gi"
fluentdPort = 24224
cacheVolumeMountPath = "/cache/"
cacheVolumeSize = "10Gi"
cacheVolumeSize = "20Gi"

// defaultCPULimitRequestFactor is the default multiplication factor applied to the CPU request,
// to be set as the limit
Expand Down

0 comments on commit c624e4f

Please sign in to comment.