Revert "update mount dir for homer"

This reverts commit b7025e3743.
This commit is contained in:
2024-06-18 02:58:50 +10:00
parent b7025e3743
commit de9a2398d9

View File

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