K3s-cluster/kustomization.yaml
Tanguy Herbron 982120fe36 feat(kustomization): Traefik can now be deployed using Kustomize
Add kustomization files to traefik, for both ingresses.
2022-12-31 00:16:17 +01:00

12 lines
324 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
- metallb
- ovh-config.yaml
- res
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
- longhorn
- traefik