Files
kubedeploy-k3s/infrastructure/03-traefik/overlay-external/kustomization.yaml
2024-03-31 19:20:03 +02:00

17 lines
320 B
YAML

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