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