More theia-spring-boot K8s changes

This commit is contained in:
nsingh@pivotal.io
2019-06-19 10:43:08 -07:00
parent 13c8196fa4
commit a8f0ea0c69

View File

@@ -36,7 +36,7 @@ spec:
- containerPort: 3000
volumeMounts:
- name: source
mountPath: /home/project
mountPath: home
- name: git-sync
image: k8s.gcr.io/git-sync:v3.0.1
volumeMounts:
@@ -48,7 +48,7 @@ spec:
- name: GIT_SYNC_BRANCH
value: master
- name: GIT_SYNC_DEST
value: git-sync
value: project
volumes:
- name: source
emptyDir: {}