Skip to content

Commit 8c62b7a

Browse files
committed
Use Michael's vcsim image
The vcsim image in the tree didn't work and I don't have time to debug/fix it. Signed-off-by: Alex Ellis <[email protected]>
1 parent 7be7afd commit 8c62b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yaml/kubernetes/connector-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: vcenter
1919
image: openfaas/vcenter-connector:0.2.2-rc2
2020
command: ["./connector"]
21-
args: ["-vcenter", "https://vcsim-server:8989", "-vc-user-secret-name", "vcenter-username", "-vc-pass-secret-name", "vcenter-password", "-insecure", "-gateway", "http://gateway.openfaas:8080"]
21+
args: ["-vcenter", "http://vcsim.openfaas:8989", "-vc-user-secret-name", "vcenter-username", "-vc-pass-secret-name", "vcenter-password", "-insecure", "-gateway", "http://gateway.openfaas:8080"]
2222
# To remove auth, remove the volumes and mounts.
2323
env:
2424
- name: basic_auth

yaml/kubernetes/vcsim-server-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: vcsim
19-
image: docwareiy/vcsim:0.1.0-r
19+
image: embano1/vcsim:e560c7b
2020
command: ["./vcsim"]
2121
args: ["-tls=false", "-httptest.serve", ":8989"]
2222
ports:

0 commit comments

Comments
 (0)