apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: 
  - namespace.yaml
  - pvc.yaml
  - configmap.yaml
  - servicemonitor.yaml

namespace: traefik-system

helmCharts:
  - name: traefik
    releaseName: traefik
    version: 26.1.0
    valuesFile: values.yaml
    repo: https://helm.traefik.io/traefik