Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Update dockerimage tool fields to be the same as che-plugin.yaml uses
Browse files Browse the repository at this point in the history
  • Loading branch information
sleshchenko committed Jan 10, 2019
1 parent 7032e44 commit ae0ae55
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ tools:
type: dockerImage
image: maven:3.5.4-jdk-8
entryPoint: sleep infinity
persistentVolumes:
volumes:
- name: maven-repo
containerPath: /root/.m2
services:
mountPath: /root/.m2
- name: projects
mountPath: /projects
endpoints:
- name: spring-boot
port: 8080
mountProjectsSources: true
public: true
targetPort: 8080
attributes:
protocol: http
secure: false
- name: mysql
type: kubernetes
local: petclinic.yaml
Expand Down

0 comments on commit ae0ae55

Please sign in to comment.