Skip to content

Commit a7287ba

Browse files
author
Maksym Bruner
authored
chore: increase log volume size (#401)
* chore: fix managed label and increase log volume size * chore: revert label fix * chore: set cache volume size to 20
1 parent 26ea22a commit a7287ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/turing/cluster/servicebuilder/fluentd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
fluentdMemRequest = "1Gi"
2121
fluentdPort = 24224
2222
cacheVolumeMountPath = "/cache/"
23-
cacheVolumeSize = "2Gi"
23+
cacheVolumeSize = "20Gi"
2424

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

0 commit comments

Comments
 (0)