From ea97426f5b442ffb104084c377338f9c2fb4b95f Mon Sep 17 00:00:00 2001 From: Kerry Knopp Date: Tue, 13 Dec 2016 09:00:43 -0600 Subject: [PATCH] removed insecure switch and changed vulcan to vulcand so it would run on kubernetes --- examples/romulus-rc.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/romulus-rc.yaml b/examples/romulus-rc.yaml index 3678128..5c1d48f 100644 --- a/examples/romulus-rc.yaml +++ b/examples/romulus-rc.yaml @@ -59,11 +59,10 @@ spec: imagePullPolicy: Always args: - --kube-api=https://kubernetes.default - - --kube-insecure - --provider=vulcand - - --vulcan-api=http://127.0.0.1:8182 + - --vulcand-api=http://127.0.0.1:8182 - --selector=lb=vulcan - --selector=route=public volumes: - name: etcd-storage - emptyDir: {} \ No newline at end of file + emptyDir: {}