traefik-helm-chart
traefik-helm-chart copied to clipboard
Traefik Proxy Helm Chart
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### What does this PR do? Update `apiVersion` on `PodDisruptionBudget` to `policy/v1`, available in Kubernetes 1.21+. ### Motivation The current version, `policy/v1beta1`, has been deprecated and will be removed in...
We're running a private GKE cluster that is reachable via internal IPs (via VPN) as well as via external IPs (via external Loadbalancer). We currently use ingress-nginx where you can...
Supersedes #428 ### What does this PR do? Adds support for creating TLSStore CR as part of chart ### Motivation ### More - [x] Yes, I updated the [chart version](https://github.com/traefik/traefik-helm-chart/blob/9b32ed1b414cc0be1ad46bcb335fcfc93ded06f3/traefik/Chart.yaml#L5)...
### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
The affinity section supports helm templates: ```yaml podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: app.kubernetes.io/name operator: In values: - '{{ template "traefik.name" . }}' topologyKey: kubernetes.io/hostname weight: 100 ```...
If a user provides us his certificate data, we could create a `TLSStore` and attach the cert as a default certificate. Partially fixes #185
When using hostNetwork and metrics default port (9100), there can be a conflict with node exporter which is also listening on this port. Therefore, an alternative port has been reserved...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik-helm-chart/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...