Skip to content

Commit

Permalink
chore: increase log volume size (caraml-dev#401)
Browse files Browse the repository at this point in the history
* chore: fix managed label and increase log volume size

* chore: revert label fix

* chore: set cache volume size to 20
  • Loading branch information
mbruner authored Jan 17, 2025
1 parent 26ea22a commit a7287ba
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 = "2Gi"
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 a7287ba

Please sign in to comment.