@@ -32,10 +32,10 @@ spec:
|
|||||||
containerPort: 8088
|
containerPort: 8088
|
||||||
name: http
|
name: http
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: assets
|
- name: www
|
||||||
mountPath: /www/assets
|
mountPath: /www
|
||||||
volumes:
|
volumes:
|
||||||
- name: assets
|
- name: www
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /mnt/nfs/AppData/homer/www/assets
|
path: /mnt/nfs/AppData/homer/www
|
||||||
type: Directory
|
type: Directory
|
||||||
|
|||||||
Reference in New Issue
Block a user