From 1942cbcd0dc83c0855a99ceddaa0a982af48b4af Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Thu, 10 Oct 2024 18:38:46 -0700 Subject: [PATCH] Update e2e tests to use in-cluster URLs, too --- banzai/tests/e2e-k8s.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/banzai/tests/e2e-k8s.yaml b/banzai/tests/e2e-k8s.yaml index e27b2106..1f97b773 100644 --- a/banzai/tests/e2e-k8s.yaml +++ b/banzai/tests/e2e-k8s.yaml @@ -28,7 +28,7 @@ spec: exec: command: - /bin/sh - - -c + - -c - 'redis-cli ping | grep -q "PONG"' initialDelaySeconds: 5 periodSeconds: 1 @@ -71,7 +71,7 @@ spec: - name: CALIBRATE_PROPOSAL_ID value: "calibrate" - name: OBSERVATION_PORTAL_URL - value: "http://internal-observation-portal.lco.gtn/api/observations/" + value: "http://internal-observation-portal/api/observations/" - name: API_ROOT value: "https://archive-api.lco.global/" - name: OMP_NUM_THREADS @@ -83,7 +83,7 @@ spec: - name: CELERY_TASK_QUEUE_NAME value: "e2e_task_queue" - name: REFERENCE_CATALOG_URL - value: "http://phot-catalog.lco.gtn/" + value: "http://photometric-catalog-service/" command: - celery - -A @@ -135,7 +135,7 @@ spec: - name: CALIBRATE_PROPOSAL_ID value: "calibrate" - name: OBSERVATION_PORTAL_URL - value: "http://internal-observation-portal.lco.gtn/api/observations/" + value: "http://internal-observation-portal/api/observations/" - name: API_ROOT value: "https://archive-api.lco.global/" - name: OMP_NUM_THREADS @@ -147,7 +147,7 @@ spec: - name: CELERY_TASK_QUEUE_NAME value: "e2e_large_task_queue" - name: REFERENCE_CATALOG_URL - value: "http://phot-catalog.lco.gtn/" + value: "http://photometric-catalog-service/" command: - celery - -A @@ -197,7 +197,7 @@ spec: - name: CALIBRATE_PROPOSAL_ID value: "calibrate" - name: OBSERVATION_PORTAL_URL - value: "http://internal-observation-portal.lco.gtn/api/observations/" + value: "http://internal-observation-portal/api/observations/" - name: API_ROOT value: "https://archive-api.lco.global/" - name: FITS_EXCHANGE @@ -207,7 +207,7 @@ spec: - name: CELERY_TASK_QUEUE_NAME value: "e2e_task_queue" - name: REFERENCE_CATALOG_URL - value: "http://phot-catalog.lco.gtn/" + value: "http://photometric-catalog-service/" - name: "CELERY_LARGE_TASK_QUEUE_NAME" value: "e2e_large_task_queue" command: