update mount dir for homer

This commit is contained in:
2024-06-18 02:48:04 +10:00
parent 0e50cbebd9
commit b7025e3743

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