Files
platform/kustomization.yaml
Mayne0213 121d5eb198 REFACTOR(gitea): move from applications repo
- Add gitea Application manifests
- Update repoURL to reference platform repo
- Include helm-values, kustomization, redirect configs
2026-01-10 19:38:35 +09:00

15 lines
318 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Platform self-reference
- application.yaml
# Core infrastructure
- priority-classes/argocd.yaml
- cert-manager/argocd.yaml
- traefik/argocd.yaml
- argocd-image-updater/argocd.yaml
- argocd/argocd.yaml
- gitea/argocd.yaml