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:
parent
eaa86fd867
commit
45dbb893d1
@ -19,7 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: farm
|
- name: farm
|
||||||
image: dobbs/farm:1.0.1
|
image: dobbs/farm:1.0.1
|
||||||
command: ["wiki", "--farm", "--security_legacy"]
|
command: ["wiki"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user