From 875b66adaaddf253e7d3ea61be5b8dee71aa679c Mon Sep 17 00:00:00 2001 From: mstokericatt <43372165+mstokericatt@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:05:37 +0100 Subject: [PATCH] Update README.md --- deploy/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index a2b99b0..d5cb695 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -3,4 +3,9 @@ The syncing of sources to Elasticsearch is done by cronjobs. For each cronjob (for each supported source) a yaml file can be found in this folder. To install a cronjob you can run the following command on the cluster that KISS and Elasticsearch are running on: -`kubectl apply -f .\cronjob-kennisartikelen.yaml` \ No newline at end of file +`kubectl apply -f .\cronjob-kennisartikelen.yaml` + +To adjust the sync schedule, either: +- make custom versions of these yaml files and use those, +- adjust the schedule in the Kubernetes cluster after installation +- if you are using KISS as part of PodiumD, you can override them at deployment (see https://github.com/Dimpact-Samenwerking/helm-charts/tree/main/charts/kiss)