From 5e298e5c99eea2a562c5d03eb45b7793560c7ea6 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Fri, 9 Oct 2020 08:08:01 +1300 Subject: [PATCH] Update docs --- k8s-manifests/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s-manifests/README.org b/k8s-manifests/README.org index eb6c030..3406438 100644 --- a/k8s-manifests/README.org +++ b/k8s-manifests/README.org @@ -44,6 +44,11 @@ --from-literal=CLICKHOUSE_DATABASE_URL=http://plausible-events-db:8123/plausible #+end_src +#+NAME: apply the service +#+begin_src shell :results silent + kubectl -n plausible apply -f plausible-service.yaml +#+end_src + #+NAME: create configuration #+begin_src shell :results silent kubectl -n plausible create configmap plausible \