store: set logrotate frequency to hourly
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
f26e7f2708
commit
7178fc4d83
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue