mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +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:
|
volumes:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/home/jupyter
|
path: /home/jupyter
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
containers:
|
containers:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue