Skip to content

Repository files navigation

Kubernetes HELM chart to create an Ingress

See values for details.

Blue/Green switch

When using Blue/Green applications, we will have 3 ingress:

  • one to serve the blue application on blue URL
  • one to serve the green application on green URL
  • one to serve the application (blue or green one) on production URL

For the production ingress, we create a dedicated service to be able to do blue-green switch.

To switch between blue and green applications, we need to set appropriated selector in production service using variable applicationReleaseName in values.yaml.

See https://github.com/camptocamp/helm-ingress/wiki/Blue-Green-switch

Schema documentation

Documentation based on the schema defined in values.md.

Installation

helm repo add ingress https://camptocamp.github.io/helm-ingress/
helm install my-release ingress/ingress --values=my-values.yaml

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

18 watching

Forks

Releases

Packages

Used by

Contributors

Languages