diff --git a/fortune-teller-fortune-service/manifest.yml b/fortune-teller-fortune-service/manifest.yml index b1b082c..6117555 100644 --- a/fortune-teller-fortune-service/manifest.yml +++ b/fortune-teller-fortune-service/manifest.yml @@ -4,7 +4,6 @@ instances: 1 applications: - name: fortune-service host: fortunes-${random-word} - path: target/fortune-teller-fortune-service-0.0.1-SNAPSHOT.jar services: - fortune-db - config-service diff --git a/fortune-teller-ui/manifest.yml b/fortune-teller-ui/manifest.yml index 4b2b88e..88a1ab3 100644 --- a/fortune-teller-ui/manifest.yml +++ b/fortune-teller-ui/manifest.yml @@ -4,7 +4,6 @@ instances: 1 applications: - name: fortune-ui host: fortunes-ui-${random-word} - path: target/fortune-teller-ui-0.0.1-SNAPSHOT.jar services: - config-service - service-registry