Change the insecure wiki to a farm for *.simple.localtest.me
This commit is contained in:
@ -42,7 +42,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: farm
|
- name: farm
|
||||||
image: dobbs/farm:1.0.1
|
image: dobbs/farm:1.0.1
|
||||||
command: ["wiki", "--security_legacy=true", "--data=/home/node/.wiki/simple"]
|
command: ["wiki", "--farm", "--security_legacy"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@ -80,3 +80,10 @@ spec:
|
|||||||
backend:
|
backend:
|
||||||
serviceName: wiki-service
|
serviceName: wiki-service
|
||||||
servicePort: http
|
servicePort: http
|
||||||
|
- host: "*.simple.localtest.me"
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: wiki-service
|
||||||
|
servicePort: http
|
||||||
|
Reference in New Issue
Block a user