[k8s] Specify Hitch backend correctly
This commit is contained in:
parent
6201e24c0b
commit
4a6dcafaad
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ spec:
|
||||||
- image: tazjin/hitch:master
|
- image: tazjin/hitch:master
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: tazblog-hitch
|
name: tazblog-hitch
|
||||||
command: ["hitch", "--backend=:6081", "--user=hitch", "/etc/hitch/ssl/tazblog-tls"]
|
command: ["hitch", "--backend=[127.0.0.1]:6081", "--user=hitch", "/etc/hitch/ssl/tazblog-tls"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue