Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstokericatt authored Nov 26, 2024
1 parent fa22617 commit 875b66a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
`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)

0 comments on commit 875b66a

Please sign in to comment.