Files
kubedeploy-k3s/infrastructure/03-traefik/overlay-internal/kustomization.yaml

19 lines
324 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
namePrefix: local-
resources:
#### OVERLAYS for internal traefik only
### Traefik base
- ../base
- crds
- traefik-namespace.yaml
patches:
- path: patches/nodeselector.yaml
target:
kind: (StatefulSet|Deployment|Job)