Failed to reconcile resource

Environment:

When I try to start an application on https://platform.calponia.com I receive the following error. For a second I can see Stage 2 of 6 then it falls back to Stage 1 of 6 with the following error.

failed to reconcile resource: creating resource failed: admission webhook "pilot.validation.istio.io" denied the request: configuration is invalid: duplicate hosts in virtual service: 843f3e53f98debe4ca299ee8cca52a4b.app.calponia.com & 843f3e53f98debe4ca299ee8cca52a4b.app.calponia.com

Check your docker-compose.yml. If you have the following pattern there:

    ports:
      - 8118:8118
      - 3000:3000

You have to remove one of the entries there e.G -3000:3000