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