REFACTOR(argocd): merge priority-classes into argocd

- Move priority-classes to argocd/manifests
- Remove separate priority-classes Application
- Simplify platform folder structure
This commit is contained in:
2026-01-10 19:47:30 +09:00
parent 81c42f67e9
commit b650c0af56
5 changed files with 1 additions and 23 deletions

View File

@@ -9,3 +9,4 @@ resources:
- manifests/namespace.yaml
- manifests/webhook-ingress.yaml
- manifests/image-updater-secret.yaml
- manifests/priority-classes.yaml

View File

@@ -6,7 +6,6 @@ resources:
- application.yaml
# Core infrastructure
- priority-classes/argocd.yaml
- cert-manager/argocd.yaml
- traefik/argocd.yaml
- argocd/argocd.yaml

View File

@@ -1,17 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: priority-classes
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/K3S-HOME/platform.git
targetRevision: HEAD
path: priority-classes/manifests
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- priority-classes.yaml