mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
23 lines
488 B
YAML
23 lines
488 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# System
|
|
- resources/cert-manager.yaml
|
|
- resources/descheduler.yaml
|
|
- resources/kured.yaml
|
|
- resources/metallb.yaml
|
|
- resources/nginx.yaml
|
|
- resources/node-problem-detector.yaml
|
|
- resources/prometheus.yaml
|
|
- resources/cloudflared.yaml
|
|
# Operation
|
|
- resources/vault.yaml
|
|
- resources/drone.yaml
|
|
- resources/drone-runner-kube.yaml
|
|
# Applications
|
|
- resources/gitea.yaml
|
|
- resources/wireguard.yaml
|
|
|
|
namespace: argocd
|