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

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

View File

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