From 246c1e408129dc61c70bbd8e29e065f63245cbb3 Mon Sep 17 00:00:00 2001 From: "nsingh@pivotal.io" Date: Wed, 26 Jun 2019 01:54:54 -0700 Subject: [PATCH] Change theia-spring-boot image Use an image that already has the Java LS started and maven dependencies cached. --- theia-extensions/k8s-app/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theia-extensions/k8s-app/deploy.yml b/theia-extensions/k8s-app/deploy.yml index b47a60861..8845d6949 100644 --- a/theia-extensions/k8s-app/deploy.yml +++ b/theia-extensions/k8s-app/deploy.yml @@ -32,7 +32,9 @@ spec: fsGroup: 3000 containers: - name: theia-spring-boot - image: theia-spring-boot + # image: theia-spring-boot + image: theia-spring-boot:java_ls_started + # Image pull policy `Never` is needed to pull from local Docker Daemon imagePullPolicy: Never ports: - containerPort: 3000