From 8f2c3afae20876e4df59c10fc5eff9998942f69a Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Wed, 11 Dec 2024 19:49:50 -0800 Subject: [PATCH] Minor terraform changes. --- infra/pub.yml.tpl | 6 +++--- infra/relay.yml.tpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/pub.yml.tpl b/infra/pub.yml.tpl index c410dae..1eda238 100644 --- a/infra/pub.yml.tpl +++ b/infra/pub.yml.tpl @@ -19,7 +19,7 @@ write_files: -e RUST_LOG=debug -e RUST_BACKTRACE=1 \ -e REGION=${region} \ --entrypoint moq-bbb \ - ${docker}/moq-karp --path bbb + ${docker}/moq-karp ExecStop=docker stop moq-bbb # Take longer and longer to restart the process. @@ -60,8 +60,8 @@ write_files: [Journal] SystemMaxUse=500M SystemKeepFree=1G - MaxFileSec=1day - MaxRetentionSec=1week + MaxFileSec=1hour + MaxRetentionSec=1day # Delete docker images and containers that are no longer in use - path: /etc/cron.weekly/docker-cleanup diff --git a/infra/relay.yml.tpl b/infra/relay.yml.tpl index 8f18e73..be8f501 100644 --- a/infra/relay.yml.tpl +++ b/infra/relay.yml.tpl @@ -89,8 +89,8 @@ write_files: [Journal] SystemMaxUse=500M SystemKeepFree=1G - MaxFileSec=1day - MaxRetentionSec=1week + MaxFileSec=1hour + MaxRetentionSec=1day # Delete docker images and containers that are no longer in use - path: /etc/cron.weekly/docker-cleanup