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