17 lines
433 B
YAML
17 lines
433 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ./metallb/pool.yaml
|
|
- ./traefik/config.yaml
|
|
- ./traefik/rfc1918-middleware.yaml
|
|
- ./traefik/chain.yaml
|
|
- ./cert-manager/config.yaml
|
|
- ./routes/minecraft.yaml
|
|
- ./routes/gitea/ssh.yaml
|
|
- ./routes/gitea/http.yaml
|
|
- ./routes/longhorn.yaml
|
|
- ./routes/home-assistant.yaml
|
|
- ./routes/consul-media.yaml
|
|
- ./routes/consul-vaultwarden.yaml
|