traefik-helm-chart icon indicating copy to clipboard operation
traefik-helm-chart copied to clipboard

Traefik Proxy Helm Chart

Results 197 traefik-helm-chart issues
Sort by recently updated
recently updated
newest added

### 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...

kind/proposal

### 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...

kind/enhancement
status/1-needs-design-review

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...

kind/enhancement

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)...

kind/enhancement
status/1-needs-design-review

### 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...

status/0-needs-triage

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

kind/enhancement

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...

status/1-needs-design-review

### 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...

kind/bug/possible