FEAT(app): mount host Projects directory

- Add hostPath volume mount in deployment
- Enable direct access to Gitea repos
This commit is contained in:
2025-12-24 01:34:08 +09:00
parent d93c64045a
commit 5a43963971
3 changed files with 45 additions and 34 deletions

View File

@@ -68,4 +68,12 @@ spec:
limits:
memory: "1Gi"
cpu: "1000m"
volumeMounts:
- name: projects
mountPath: /app/projects
volumes:
- name: projects
hostPath:
path: /home/ubuntu/Projects
type: Directory

View File

@@ -16,5 +16,5 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
newTag: main-sha-84e71a6ba463f8830266684976d19b3606b8bfe6
newTag: main-sha-be21df6fbda6830f90b174c679bf88351c14b795