# infrastructure/traefik/kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: name: traefik namespace: flux-system resources: - deployment.yaml - serviceaccount.yaml - clusterrole.yaml - clusterrolebinding.yaml - service.yaml