[k8s] Specify Hitch backend correctly

This commit is contained in:
Vincent Ambo 2015-11-21 18:25:12 +01:00
parent 6201e24c0b
commit 4a6dcafaad

View file

@ -27,7 +27,7 @@ spec:
- image: tazjin/hitch:master
imagePullPolicy: Always
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:
- containerPort: 8443
volumeMounts: