No description
Find a file
Gene Liverman 60f6306362
Bump default timoutes for redis health checks
This sets the initialDelaySeconds value to 40 and the periodSeconds
value to 10 so that larger redis instances work out of the box.
2021-12-06 09:22:08 -05:00
.github Initial commit 2021-11-30 17:01:17 -05:00
docker Initial commit 2021-11-30 17:01:17 -05:00
docs Bump default timoutes for redis health checks 2021-12-06 09:22:08 -05:00
helm-charts/vmpooler Bump default timoutes for redis health checks 2021-12-06 09:22:08 -05:00
.gitignore Initial commit 2021-11-30 17:01:17 -05:00
CODEOWNERS Add codeowners file 2021-11-30 17:04:17 -05:00
LICENSE Initial commit 2021-11-30 17:01:17 -05:00
README.md Add more details to Helm repo section 2021-12-03 12:00:29 -05:00
Vagrantfile Initial commit 2021-11-30 17:01:17 -05:00

vmpooler-deployment

This repo contains Dockerfiles and a Helm chart that can be used to deploy VMPooler.

Status

This repo is a work in progress. It mostly works but many bits need adjusting here and there as they were compiled from other locations. More details will be added soon.

Helm Repository

The docs/ folder in this repository represents a Helm repo served via GitHub Pages at https://puppetlabs.github.io/vmpooler-deployment/

$ helm repo add vmpooler-deployment https://puppetlabs.github.io/vmpooler-deployment/
"vmpooler-deployment" has been added to your repositories

Adding / updating charts

cd docs/
helm package ../helm-charts/*
helm repo index --url https://puppetlabs.github.io/vmpooler-deployment/ .
git add .
git commit -a