logrotate: update frequency

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-08-26 11:09:35 +02:00
parent 96ec175dd6
commit 6a730e7d4d
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ bootstrap__active_extra_users:
# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'
bootstrap__logrotate_timer_frequency: '*:0/30'
# Tag dependent on fleet
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'

View File

@ -5,6 +5,7 @@ bootstrap__active_extra_users:
# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'
bootstrap__logrotate_timer_frequency: '*:0/30'
# Tag dependent on fleet
nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'