Skip to content

Commit

Permalink
remove endpoint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Jul 14, 2020
1 parent 7b9222c commit dc9612a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions devfiles/java-maven/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ components:
mountSources: true
endpoints:
- name: 'http-8080'
configuration:
public: true
targetPort: 8080
volumeMounts:
- name: m2
Expand Down
5 changes: 0 additions & 5 deletions devfiles/java-openliberty/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ components:
mountSources: true
endpoints:
- name: 9080/tcp
configuration:
discoverable: false
public: true
protocol: tcp
scheme: http
targetPort: 9080
commands:
# devInit currently not functional in odo devfile v2 - will re-enable when available
Expand Down
5 changes: 0 additions & 5 deletions devfiles/java-quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ components:
path: /home/user/.m2
endpoints:
- name: '8080/http'
configuration:
discoverable: false
public: true
protocol: tcp
scheme: http
targetPort: 8080
commands:
- exec:
Expand Down
2 changes: 0 additions & 2 deletions devfiles/java-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ components:
args: [ '-f', '/dev/null']
endpoints:
- name: '8080/tcp'
configuration:
public: true
targetPort: 8080
mountSources: false
volumeMounts:
Expand Down
4 changes: 0 additions & 4 deletions devfiles/nodejs/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ components:
endpoints:
- name: http-3000
targetPort: 3000
configuration:
protocol: tcp
scheme: http
type: terminal
commands:
- exec:
id: install
Expand Down

0 comments on commit dc9612a

Please sign in to comment.