teamhephy / workflow-e2e

MIT License
0 stars 4 forks source link

implement httpGet liveness check tests #7

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @bacongobbler on June 27, 2016 22:50

Every example app has a unique port that it listens to inside the container, therefore we cannot create a liveness httpGet healthcheck for https://github.com/deis/workflow-e2e/pull/242. We should come up with a way to either discover the port or standardize the example apps to all listen on a specific port.

Copied from original issue: deis/workflow-e2e#245