Change the insecure wiki to a farm for *.simple.localtest.me
This commit is contained in:
parent
27a80c7b25
commit
37d6785ee2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user