Skip to content

Commit

Permalink
Got the svc name backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Dec 5, 2023
1 parent 6100cef commit 1fca6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fca6dc

Please sign in to comment.