2026-04-15 13:05:43 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
|
|
|
|
- namespaces.yaml
|
|
|
|
|
helmCharts:
|
|
|
|
|
- name: traefik
|
|
|
|
|
namespace: traefik
|
|
|
|
|
includeCRDs: true
|
|
|
|
|
releaseName: traefik
|
|
|
|
|
repo: https://traefik.github.io/charts
|
2026-04-20 14:06:54 +00:00
|
|
|
version: 39.0.8
|
2026-04-15 13:05:43 +00:00
|
|
|
valuesFile: values.yaml
|