Files for creating a deployment of concourse-ci in kubernetes. (Note: This currently does not work in GKE due to a kernel requirement of 3.19 or higher.)
If you want to use these, you'll need to provide appropriate base64 encoded values in concourse-secret.yml.
Yes, I left the keys in there - these were for a test install and you'll really want to generate your own anyways.
To bootstrap a web and a worker, make sure you have kubectl
configured and simply:
sh concourse-keys-secret.sh
kubectl create -f concourse-secret.yml -f k8s-dep-app.yml -f k8s-dep-worker.yml -f k8s-svc-concourse.yml -f k8s-ing-concourse.yml