postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.72k stars 1.8k forks source link

Create helm chart #549

Open mhamann opened 5 years ago

mhamann commented 5 years ago

Provide a helm chart in kubernetes/stable for httpbin to make deploying this easier in managed k8s environments.

kennethreitz commented 5 years ago

that would be amazing!

kennethreitz commented 5 years ago

how do we get started?

mhamann commented 5 years ago

Stable charts live here: https://github.com/helm/charts Documentation on how to contribute a chart: https://github.com/helm/charts/blob/master/CONTRIBUTING.md

Since you already have an httpbin Docker image on DockerHub, it would be preferable to version that image to prevent accidental updates.

Whomever builds the chart just needs a kubernetes stack for testing it out.

If you like, I'm happy to contribute this with your permission.

declum commented 5 years ago

@mhamann did you had a chance to create?

mhamann commented 5 years ago

Haven't done it yet @declum, but still on the list of things to do unless someone beats me to it ;-)

JanRK commented 4 years ago

PR https://github.com/postmanlabs/httpbin/pull/588 :)

matheusfm commented 2 years ago

I have created a helm chart for httpbin which is available in my helm repository and deploys the golang port of httpbin.

I hope it can help.