Image Overview: haproxy-ingress
ReferenceChainguard ImagesProduct
stable
cgr.dev/chainguard/haproxy-ingress
Tags | Aliases |
---|---|
latest |
0 , 0.14 , 0.14.2 , 0.14.2-r1 |
latest-dev |
0-dev , 0.14-dev , 0.14.2-dev , 0.14.2-r1-dev |
Usage
You can use this image with the Helm Chart of the project:
helm repo add haproxy-ingress https://haproxy-ingress.github.io/charts
helm repo update
helm install ingress haproxy-ingress/haproxy-ingress \
--set controller.image.repository="cgr.dev/chainguard/haproxy-ingress" \
--set controller.image.tag="latest"
kubectl wait --for=condition=ready pod --selector "app.kubernetes.io/name=haproxy-ingress" --timeout=120s