logrotate: update frequency
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
96ec175dd6
commit
6a730e7d4d
|
@ -5,6 +5,7 @@ bootstrap__active_extra_users:
|
||||||
|
|
||||||
# Hourly rotation to avoid disk space issue
|
# Hourly rotation to avoid disk space issue
|
||||||
bootstrap__logrotate_frequency: 'hourly'
|
bootstrap__logrotate_frequency: 'hourly'
|
||||||
|
bootstrap__logrotate_timer_frequency: '*:0/30'
|
||||||
|
|
||||||
# Tag dependent on fleet
|
# Tag dependent on fleet
|
||||||
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
||||||
|
|
|
@ -5,6 +5,7 @@ bootstrap__active_extra_users:
|
||||||
|
|
||||||
# Hourly rotation to avoid disk space issue
|
# Hourly rotation to avoid disk space issue
|
||||||
bootstrap__logrotate_frequency: 'hourly'
|
bootstrap__logrotate_frequency: 'hourly'
|
||||||
|
bootstrap__logrotate_timer_frequency: '*:0/30'
|
||||||
|
|
||||||
# Tag dependent on fleet
|
# Tag dependent on fleet
|
||||||
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'
|
||||||
|
|
Loading…
Reference in New Issue