REFACTOR(repo): security repo structure

- Add application.yaml for ArgoCD app-of-apps
- Add kustomization.yaml with security components
- Add renovate.json for automated updates
- Update all component argocd.yaml repoURLs to security repo

Components: authelia, vault, external-secrets, falco, trivy
This commit is contained in:
2026-01-04 19:57:03 +09:00
parent 27ba06b750
commit 321685822f
8 changed files with 78 additions and 9 deletions

10
kustomization.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- authelia/argocd.yaml
- vault/argocd.yaml
- external-secrets/argocd.yaml
- falco/argocd.yaml
- trivy/argocd.yaml