FEAT(traefik): add per-application ingress

- management
- Added ingress files for MinIO (API and Console) and pgweb
- Updated kustomization files to include ingress resources
- Migrated from centralized ingress management to per-app architecture
This commit is contained in:
2025-12-25 20:21:27 +09:00
parent 3767a6edea
commit f1b99f0bdf
5 changed files with 104 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ resources:
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
# - argocd/minio.yaml
- vault/minio-root-password.yaml
- ingress-api.yaml
- ingress-console.yaml