FEAT(app): mount host Projects directory
- Add hostPath volume mount in deployment - Enable direct access to Gitea repos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user