Use Cloud9 golang image

This commit is contained in:
Stefan Prodan
2018-04-07 02:46:47 +03:00
parent 5d992a92bb
commit 6de537a315
+4 -4
View File
@@ -21,13 +21,13 @@ spec:
serviceAccount: ide
serviceAccountName: ide
initContainers:
- command:
- name: git-clone
command:
- /bin/sh
- -c
- test -d /workspace/k8s-podinfo || git clone -b master ssh://git@gitsrv/git-server/repos/k8s-podinfo.git
image: stefanprodan/k9c:0.1.0
image: stefanprodan/k9c:golang-1.9
imagePullPolicy: IfNotPresent
name: git-clone
volumeMounts:
- mountPath: /workspace
name: ide-workspace-data
@@ -38,7 +38,7 @@ spec:
args:
- --auth
- username:password
image: stefanprodan/k9c:0.1.0
image: stefanprodan/k9c:golang-1.9
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3