Skip to content

Commit 2c20c90

Browse files
Merge pull request #8 from InformaticsMatters/issue-7
Fix for v1.18 ingress regression
2 parents c848a24 + 17971f7 commit 2c20c90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

operator/handlers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@
8484
# and copied to the $HOME/.jupyter by the notebook_startup
8585
# script (above).
8686
_NOTEBOOK_CONFIG: str = """{
87-
"NotebookApp": {
87+
"ServerApp": {
8888
"token": "%(token)s",
89-
"base_url": "%(base_url)s"
89+
"base_url": "%(base_url)s",
90+
"ip": "0.0.0.0"
9091
}
9192
}
9293
"""

0 commit comments

Comments
 (0)