From 40eee2da832946f902fb246b955382221e329cb2 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 12 Jun 2024 20:54:01 -0400 Subject: [PATCH] Fixup --- stack.production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 7eb250c..02e5256 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -19,7 +19,7 @@ services: - ingress labels: traefik.enable: "false" - oculus.interval: "60s" + oculus.interval: "60s" oculus.cname: "reporter-ingress" oculus.ignores: "/logs/,/tmp/" oculus.enable: "monitor" @@ -44,7 +44,7 @@ services: - ingress labels: traefik.enable: "false" - oculus.interval: "60s" + oculus.interval: "60s" oculus.cname: "api-ingress" oculus.ignores: "/certs/*,/var/lib/docker/*,/run/*" oculus.enable: "monitor"