REFACTOR(app): migrate to argocd

- Add Kustomize base and prod overlay structure
- Optimize resources for 2GB RAM environment (100Mi/200Mi)
- Add ArgoCD Application manifest
- Remove old k8s manifests (replaced by Kustomize)
- Add comprehensive deployment guide
This commit is contained in:
2025-11-23 10:18:21 +09:00
parent b60c38eac0
commit fa8d65d6da
8 changed files with 392 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
commonLabels:
app.kubernetes.io/name: jovies
app.kubernetes.io/component: web
images:
- name: ghcr.io/mayne0213/jovies
newTag: latest