FEAT(app): add per-application ingress management

- Added ingress.yaml for production and development environments
- 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:20:59 +09:00
parent 439181b131
commit b03db1a5b8
4 changed files with 66 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ namespace: portfolio
resources:
- ../../base
- resourcequota.yaml
- ingress.yaml
commonLabels:
environment: production
@@ -13,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-e99afbace689963cdc552732f453adedfe1a751c
newTag: main-sha-56e4096a7ad4a4bef8a2a48fc005bd1991859793
patchesStrategicMerge:
- deployment-patch.yaml