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
This commit is contained in:
Eric Dobbs 2020-01-19 15:11:12 -07:00
parent eaa86fd867
commit 45dbb893d1
1 changed files with 1 additions and 1 deletions

View File

@ -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: