18 lines
325 B
YAML
18 lines
325 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: traefik
|
|
|
|
namePrefix: front-
|
|
|
|
resources:
|
|
#### OVERLAYS for internal traefik only
|
|
|
|
### Routes and Services for out of cluster deployments/legacy
|
|
- ../foreign
|
|
### Traefik base
|
|
- ../base
|
|
|
|
|
|
patches:
|
|
- path: patches/traefik-labelselector.yaml |