helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm chart for HAProxy Kubernetes Ingress Controller

Results 19 helm-charts issues
Sort by recently updated
recently updated
newest added

With default backend disable, I am getting the following error: `ERROR global.go:194 default backend port: 31: backend default_local_backend already exists` Chart version: `1.22.4`

bug

## problem Current chart has no config for `SecurityContext`. ## suggestion Add support for configuring `SecurityContext` in `values.yaml` ``` ~ values.yaml ~ podSecurityContext: {} containerSecurityContext: {} ``` ## consideration Need...

enhancement

I'm using helm to run HaProxy ingress with autoscaling enabled (chart version 1.21.1). Whenever an HaProxy pod terminates (because of a scale down event, or a rollout restart), I start...

The current `haproxy` chart is not able to use `kubernetes.io/tls` secrets since they do not bundle the crt and key in a single file, and the chart doesn't allow mounting...

enhancement

I am of the understanding that the [rule](https://github.com/haproxytech/helm-charts/blob/main/kubernetes-ingress/templates/clusterrole.yaml#L62) ``` - apiGroups: - "" resources: - secrets verbs: - get - list - watch - create - patch - update ```...

enhancement

This is a relatively new feature but I've been trying Kata containers and my plan was to move my external facing Haproxy into Kata; however, the required Helm template option...

enhancement

Starting with haproxy 2.6 http/3 and QUIC are supported. To support http/3 QUIC protocols, the haproxy service has to listen on UDP in ports not just TCP. The chart appears...

wontfix

Refactored the service port configuration in the HAProxy Helm chart to allow for more flexible and deterministic exposure of ports. This change introduces a new `exposedPorts` option in `values.yaml`, which,...

enhancement

Hello everyone, I'm having a bit of an issue with the ingress controller graceful termination in k8s. The thing is that when shutting down the ingress controller, it doesn't manage...

invalid

In HAProxy there is a nice extension of the protocol called [Stream Processing Offload Protocol](https://github.com/haproxy/haproxy/blob/master/doc/SPOE.txt): https://www.haproxy.com/blog/extending-haproxy-with-the-stream-processing-offload-engine https://github.com/haproxy/haproxy/blob/master/doc/SPOE.txt It is intended to be a fast, non-blocking way of extending HAProxy functionality...

enhancement