Important notes: - Uses 80 and 443 for primary ingress, but warns about such when installing - Currently entrypoints are hardcoded, PR's are welcome to change this. (thanks to co-author for fixing the icon url) Co-authored-by: Stavros Kois <stavros-k@users.noreply.github.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
22 lines
561 B
YAML
22 lines
561 B
YAML
apiVersion: v2
|
|
name: traefik
|
|
description: A Traefik based Kubernetes ingress controller
|
|
type: application
|
|
version: 0.1.1
|
|
upstream_version: 9.14.2
|
|
appVersion: 2.4.2
|
|
keywords:
|
|
- traefik
|
|
- ingress
|
|
home: https://traefik.io/
|
|
sources:
|
|
- https://github.com/traefik/traefik
|
|
- https://github.com/traefik/traefik-helm-chart
|
|
maintainers:
|
|
- name: truecharts
|
|
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
|
|
dependencies:
|
|
- name: cert-manager
|
|
repository: "https://charts.jetstack.io"
|
|
version: v1.1.0
|