From 666ad3683eccef618a67fd38580448357c039e2f Mon Sep 17 00:00:00 2001 From: Dominic Wong Date: Tue, 5 Oct 2021 17:00:04 +0100 Subject: [PATCH] setup docs --- holidays/setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 holidays/setup.md diff --git a/holidays/setup.md b/holidays/setup.md new file mode 100644 index 0000000..be3e7c3 --- /dev/null +++ b/holidays/setup.md @@ -0,0 +1,8 @@ +The holidays API is powered by https://github.com/nager/Nager.Date/ + +We run this as a separate container in the same k8s namespace. Simply run +```shell +kubectl apply -f nager-k8s.yaml +``` + +Then deploy the holidays service as normal.