Revert "update mount volume"

This reverts commit 179d26a67b.
This commit is contained in:
2024-06-17 11:31:28 +10:00
parent 179d26a67b
commit 06cb419cab

View File

@@ -37,10 +37,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