
ojob ojob.io/miniServices/TimeService port= Deploys a simple service with three endpoints: /now, /ping and /healthz. 
'/now' will return the current time from the service perspective. 
'/ping' will return whatever is provided as data on the request.
'/healthz' will return the current healthz of the service.
| Name | Description | 
|---|---|
| port | The port on which the service will run (defaults to 8080) |