Change theia-spring-boot image

Use an image that already has the Java LS started and maven dependencies cached.
This commit is contained in:
nsingh@pivotal.io
2019-06-26 01:54:54 -07:00
parent f515cb0a46
commit 246c1e4081

View File

@@ -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