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

Revert "update mount volume"
This commit is contained in:
2024-06-17 11:31:52 +10:00
committed by GitHub

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