Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Nov 12, 2024
1 parent 04bd6b7 commit 0809045
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 238 deletions.
2 changes: 0 additions & 2 deletions gen3/bin/kube-setup-gen3-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ if g3k_manifest_lookup .versions.funnel 2> /dev/null; then
gen3_log_err "kube-setup-gen3-workflow bailing out - failed to set up funnel infrastructure"
exit 1
fi
gen3 roll funnel
g3kubectl apply -f "${GEN3_HOME}/kube/services/funnel/funnel-service.yml"
gen3_log_info "The funnel service has been deployed onto the kubernetes cluster."
else
gen3_log_warn "not deploying funnel - no manifest entry for .versions.funnel. The gen3-workflow service may not work!"
Expand Down
87 changes: 0 additions & 87 deletions kube/services/funnel/funnel-deploy.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions kube/services/funnel/funnel-server-config.yml

This file was deleted.

18 changes: 0 additions & 18 deletions kube/services/funnel/funnel-service.yml

This file was deleted.

26 changes: 0 additions & 26 deletions kube/services/funnel/funnel-worker-config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions kube/services/funnel/pvc.yml

This file was deleted.

16 changes: 0 additions & 16 deletions kube/services/funnel/role-binding.yml

This file was deleted.

17 changes: 0 additions & 17 deletions kube/services/funnel/role.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ location /ga4gh/tes/v1/ {

set $proxy_service "gen3-workflow";
set $upstream http://gen3-workflow-service.$namespace.svc.cluster.local;
rewrite ^/ga4gh/tes/v1/(.*) /$1 break;
proxy_pass $upstream;
}

Expand Down

0 comments on commit 0809045

Please sign in to comment.