Skip to content

Commit c4a27ee

Browse files
Merge pull request #28 from RS-PYTHON/fix/wrong-prefect-url-in-jupyter
fix: update prefect server endpoint in jupyter deployment
2 parents 126718f + 18be4d9 commit c4a27ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/jupyterhub/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,14 @@ singleuser:
450450
RSPY_DASK_MOCKUP_CLUSTER_NAME: dask-eopf-mockup
451451
RSPY_DASK_L0_CLUSTER_NAME: dask-l0
452452
RSPY_DASK_S1ARD_CLUSTER_NAME: dask-s1ard
453-
PREFECT_API_URL: http://prefect3-server.processing.svc.cluster.local:4200/api
453+
PREFECT_API_URL: http://prefect-server.processing.svc.cluster.local:4200/api
454454
PREFECT_WORK_POOL_STAGING: {{ prefect3worker.staging.name }}
455455
PREFECT_WORK_POOL_EOPF: {{ prefect3worker.eopf.name }}
456456
PREFECT_WORK_POOL_GENERAL: {{ prefect3worker.general.name }}
457457
RSPY_CATALOG_BUCKET: {{ rspy.catalog_bucket }}
458458
RSPY_DPR_SIMU_URL: http://mockup-processor-dpr.processing.svc.cluster.local:8080
459459
RSPY_GRAFANA_URL: https://monitoring.{{ platform_domain_name }}
460-
RSPY_PREFECT_URL: https://prefect3.{{ platform_domain_name }}
460+
RSPY_PREFECT_URL: https://processing.{{ platform_domain_name }}
461461
RSPY_TEMP_BUCKET: {{ rspy.tmp_bucket }}
462462
RSPY_UAC_CHECK_URL: http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key
463463
RSPY_UAC_HOMEPAGE : https://apikeymanager.{{ platform_domain_name }}/docs

0 commit comments

Comments
 (0)