Merge pull request #757 from 3dwardch3ng/app/homer

update homer volume
This commit is contained in:
2024-08-12 20:52:18 +10:00
committed by GitHub

View File

@@ -32,10 +32,10 @@ spec:
containerPort: 8088 containerPort: 8088
name: http name: http
volumeMounts: volumeMounts:
- name: assets - name: www
mountPath: /www/assets mountPath: /www
volumes: volumes:
- name: assets - name: www
hostPath: hostPath:
path: /mnt/nfs/AppData/homer/www/assets path: /mnt/nfs/AppData/homer/www
type: Directory type: Directory