Skip to content
master
Go to file
Code

Latest commit

support for security context readOnlyRootFilesystem enabled, but this
wequires future 1.5.1+ Ingress Controller due to need to embed default
haproxy.cfg configuration. Update controller image to 1.5.0. Tag release
1.12.0.

MINOR: haproxy: Update default image to 2.3.4. Tag release 1.1.3.

Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
3aa2b73

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

HAProxy

HAProxy Helm Charts

GitHub CircleCI

This repository hosts official HAProxy Technologies Helm Charts for deploying on Kubernetes.

Before you begin

Setup a Kubernetes Cluster

The quickest way to setup a Kubernetes cluster is with Azure Kubernetes Service, AWS Elastic Kubernetes Service or Google Kubernetes Engine using their respective quick-start guides.

For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install Helm

Get the latest Helm release.

Add Helm chart repo

Once you have Helm installed, add the repo as follows:

helm repo add haproxytech https://haproxytech.github.io/helm-charts
helm repo update

Search and install charts

helm search repo haproxytech/
helm install my-release haproxytech/<chart>

NOTE: For instructions on how to install a chart follow instructions in its README.md.

Contributing

We welcome all contributions. Please refer to guidelines on how to make a contribution.