Templates for GitLab CI/CD and Helm chart for Kubernetes
In order to use gitlab-ci.yml template use the following code:
include: 'https://raw.githubusercontent.com/PayU/gitlab-autodevops/master/gitlab-ci-template.yml'
Chart can be fetched by:
helm fetch https://github.com/PayU/gitlab-autodevops/archive/master.zip
Variable | Default | Description |
---|---|---|
APP_HEALTH_CHECK_ENDPOINT | / |
Endpoint for Kubernetes to test node availability |