From 67d70c1289de929f2a9afcbdbf7c15c17be7151d Mon Sep 17 00:00:00 2001 From: Richard87 Date: Tue, 25 Jun 2024 11:52:39 +0200 Subject: [PATCH] Fix Keda Cron example --- public-site/docs/docs/topic-releases/index.md | 4 ++-- public-site/docs/radix-config/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public-site/docs/docs/topic-releases/index.md b/public-site/docs/docs/topic-releases/index.md index d826c744..bd4484c3 100644 --- a/public-site/docs/docs/topic-releases/index.md +++ b/public-site/docs/docs/topic-releases/index.md @@ -29,8 +29,8 @@ horizontalScaling: - name: cron cron: timezone: Europe/Oslo - start: 08:00 - stop: 16:00 + start: 0 7 * * 1-5 # 07:00 Monday - Friday + end: 0 17 * * 1-5 # 17:00 Monday - Friday desiredReplicas: 1 ``` diff --git a/public-site/docs/radix-config/index.md b/public-site/docs/radix-config/index.md index bc7fb09c..8065370f 100644 --- a/public-site/docs/radix-config/index.md +++ b/public-site/docs/radix-config/index.md @@ -454,8 +454,8 @@ spec: - name: cron cron: timezone: Europe/Oslo - start: 08:00 - stop: 16:00 + start: 0 7 * * 1-5 # 07:00 Monday - Friday + end: 0 17 * * 1-5 # 17:00 Monday - Friday desiredReplicas: 1 - name: azuresb