From a8f0ea0c69c377ed6f06ff6cc1d685ad38b169db Mon Sep 17 00:00:00 2001 From: "nsingh@pivotal.io" Date: Wed, 19 Jun 2019 10:43:08 -0700 Subject: [PATCH] More theia-spring-boot K8s changes --- theia-extensions/k8s-app/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theia-extensions/k8s-app/deploy.yml b/theia-extensions/k8s-app/deploy.yml index 13efc2a85..679a885b7 100644 --- a/theia-extensions/k8s-app/deploy.yml +++ b/theia-extensions/k8s-app/deploy.yml @@ -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: {}