mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
jupyter: mount /home/jupyter
This commit is contained in:
parent
0efc2b39fc
commit
6ea2b61e41
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
volumes:
|
||||
- name: jupyter
|
||||
hostPath:
|
||||
path: /data/home/jupyter
|
||||
path: /home/jupyter
|
||||
type: DirectoryOrCreate
|
||||
containers:
|
||||
- name: jupyter
|
||||
|
|
|
|||
Loading…
Reference in a new issue