khuedoan-homelab/apps/kustomization.yaml

17 lines
324 B
YAML
Raw Normal View History

2021-05-23 02:56:21 +07:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# System
- resources/cert-manager.yaml
- resources/longhorn.yaml
- resources/metallb.yaml
- resources/nginx.yaml
- resources/prometheus.yaml
- resources/vault.yaml
# Applications
- resources/gitea.yaml
2021-05-23 14:03:07 +07:00
- resources/wireguard.yaml
2021-05-23 02:56:21 +07:00
namespace: argocd