Skip to content

Commit

Permalink
Update e2e tests to use in-cluster URLs, too
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Oct 11, 2024
1 parent 710258b commit 1942cbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions banzai/tests/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
exec:
command:
- /bin/sh
- -c
- -c
- 'redis-cli ping | grep -q "PONG"'
initialDelaySeconds: 5
periodSeconds: 1
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 1942cbc

Please sign in to comment.