mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
jupyter: added env LANG
This commit is contained in:
parent
92bc04b9e5
commit
1fdeee6886
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ spec:
|
||||||
- name: jupyter
|
- name: jupyter
|
||||||
image: jupyter/minimal-notebook
|
image: jupyter/minimal-notebook
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
env:
|
||||||
|
- name: LANG
|
||||||
|
value: ru
|
||||||
args:
|
args:
|
||||||
- start-notebook.sh
|
- start-notebook.sh
|
||||||
- "--ip='*'"
|
- "--ip='*'"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue