Merge pull request #197 from 3dwardch3ng/misc

update mount dir for homer
This commit is contained in:
2024-06-18 02:48:42 +10:00
committed by GitHub

View File

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