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

[WIP] Made several changes in Devfile format #2

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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