From 1fca6dcffc2a906eec269f4a43abfcc8744f87af Mon Sep 17 00:00:00 2001 From: April Rieger Date: Tue, 5 Dec 2023 10:55:00 -0800 Subject: [PATCH] Got the svc name backwards --- ops/staging-deploy.tmpl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index 27e08fc8..55c7a422 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -89,11 +89,11 @@ extraEnvVars: &envVars - name: FCREPO_BASE_PATH value: /utk-hyku-staging - name: FCREPO_HOST - value: fcrepo.fcrepo-staging.svc.cluster.local:8080 + value: fcrepo.staging-fcrepo.svc.cluster.local:8080 - name: FCREPO_PATH value: /rest - name: FCREPO_URL - value: http://fcrepo.fcrepo-staging.svc.cluster.local:8080/rest + value: http://fcrepo.staging-fcrepo.svc.cluster.local:8080/rest - name: GOOD_JOB_MAX_THREADS value: "5" - name: HYKU_ACTIVE_JOB_QUEUE_URL