Skip to content

Commit

Permalink
chore: remove now unneeded link definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 20, 2020
1 parent 2f9bb5c commit 4327478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 0 additions & 5 deletions demo/fruit-backend-sb/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ dekorate:
name: fruit-backend-sb
deploymentMode: dev
exposeService: true
link:
name: link-to-database
componentName: fruit-backend-sb
type: Secret
ref: postgres-db-config
capability:
name: postgres-db
category: database
Expand Down
9 changes: 1 addition & 8 deletions demo/fruit-client-sb/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ dekorate:
component:
name: fruit-client-sb
deploymentMode: dev
exposeService: true
link:
name: link-to-fruit-backend
componentName: fruit-client-sb
type: Env
envs:
- name: ENDPOINT_BACKEND
value: https://fruit-backend-sb:8080/api/fruits
exposeService: true

0 comments on commit 4327478

Please sign in to comment.