Skip to content

Commit

Permalink
fix url for k8s deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 6, 2024
1 parent e502ded commit b688aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def install_jhub_apps(c, spawner_to_subclass):
[
{
"name": fast_api_service_name,
"url": "http://127.0.0.1:10202",
"url": "http://hub:10202",
"command": [
c.JAppsConfig.python_exec,
"-m",
Expand Down

0 comments on commit b688aed

Please sign in to comment.