Files
kubedeploy-k3s/infrastructure/03-traefik/overlay-internal/kustomization.yaml
2024-04-01 15:57:28 +02:00

16 lines
319 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
namePrefix: local-
resources:
- traefik-ingressroute-traefik-dashboard.yaml
- ../base
patches:
- path: patches/traefik-service-patch.yaml
- path: patches/nodeselector.yaml
target:
kind: (StatefulSet|Deployment|Job)