increase log retention- not much to store
This commit is contained in:
parent
28551dcaf4
commit
6943d51ee3
|
@ -9,7 +9,7 @@ spec:
|
|||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 20Gi
|
||||
storage: 10Gi
|
||||
limits:
|
||||
storage: 10Gi
|
||||
---
|
||||
|
@ -43,7 +43,7 @@ data:
|
|||
retention_delete_worker_count: 150
|
||||
|
||||
limits_config:
|
||||
retention_period: 168h
|
||||
retention_period: 1000h
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
|
|
Loading…
Reference in New Issue