Change the insecure wiki to a farm for *.simple.localtest.me

This commit is contained in:
Eric Dobbs 2020-01-12 16:55:14 -07:00
parent 27a80c7b25
commit 37d6785ee2

View File

@ -42,7 +42,7 @@ spec:
containers:
- name: farm
image: dobbs/farm:1.0.1
command: ["wiki", "--security_legacy=true", "--data=/home/node/.wiki/simple"]
command: ["wiki", "--farm", "--security_legacy"]
ports:
- containerPort: 3000
volumeMounts:
@ -80,3 +80,10 @@ spec:
backend:
serviceName: wiki-service
servicePort: http
- host: "*.simple.localtest.me"
http:
paths:
- path: /
backend:
serviceName: wiki-service
servicePort: http