mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
services: jupyter: fix hostPath type
This commit is contained in:
parent
1d46663ba6
commit
030e104805
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/home/jupyter
|
path: /data/home/jupyter
|
||||||
type:
|
type: DirectoryOrCreate
|
||||||
containers:
|
containers:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
image: jupyter/minimal-notebook
|
image: jupyter/minimal-notebook
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue