From 45dbb893d1a4b1abfb8bce2c766b2269946f5aba Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sun, 19 Jan 2020 15:11:12 -0700 Subject: [PATCH] Simplest wiki command that could possibly work Now that we've figured out how to mount local directories into the k8s cluster, we have moved all the configuration into ~/.wiki-k8s/config.json --- examples/k8s/wiki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s/wiki.yaml b/examples/k8s/wiki.yaml index 81e6ae2..899e883 100644 --- a/examples/k8s/wiki.yaml +++ b/examples/k8s/wiki.yaml @@ -19,7 +19,7 @@ spec: containers: - name: farm image: dobbs/farm:1.0.1 - command: ["wiki", "--farm", "--security_legacy"] + command: ["wiki"] ports: - containerPort: 3000 volumeMounts: