ojob.io/miniServices/TimeService

Usage

ojob ojob.io/miniServices/TimeService port= 

Description

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.

Expects

Name Description
port The port on which the service will run (defaults to 8080)