REFACTOR(deploy): remove argocd yaml

- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
This commit is contained in:
2025-12-17 18:14:11 +09:00
parent 658e3e0127
commit 78c9fc8336
3 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: develop-sha-1a0efb48290d501250ecda37ec8989d69d3078f1
newTag: develop-sha-27139cd88a78da5cefb36fc4f62d48e1ea1fa7da
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-1a429f4202690b548a9f40d9e566d3d493eefc2d
newTag: main-sha-5e0974eab5e4edb6731c3776829c7f40e4276488
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -2,9 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# App of Apps Application
# App of Apps Application (self-managing)
- application.yaml
# Application deployments
# Application deployments (prod and dev)
- application-dev.yaml
- deploy/argocd/application.yaml