store: set logrotate frequency to hourly

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-06-10 10:09:00 +02:00
parent f26e7f2708
commit 7178fc4d83
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'
# Tag dependent on fleet: test

View File

@ -3,6 +3,9 @@
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'
# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_name: 'nim-waku-store'