Skip to content

Commit

Permalink
Readd kube-setup-networkpolicy and revproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Oct 22, 2024
1 parent 47e86f3 commit ef27293
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gen3/bin/kube-setup-gen3-user-data-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ fi

gen3 roll gen3-user-data-library
g3kubectl apply -f "${GEN3_HOME}/kube/services/gen3-user-data-library/gen3-user-data-library-service.yaml"
#
#if [[ -z "$GEN3_ROLL_ALL" ]]; then
# gen3 kube-setup-networkpolicy
# gen3 kube-setup-revproxy
#fi

if [[ -z "$GEN3_ROLL_ALL" ]]; then
gen3 kube-setup-networkpolicy
gen3 kube-setup-revproxy
fi

gen3_log_info "The gen3-user-data-library service has been deployed onto the kubernetes cluster"

0 comments on commit ef27293

Please sign in to comment.