Skip to content

Commit

Permalink
support set domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Nov 22, 2023
1 parent 69204ac commit 137d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-proxy/script/deploy-to-k8s-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service_name=$(
echo "Deploy docker image for $PLATFORM -- $version"

sed -i "s/$service_name:latest/$service_name:$version/g" $PROJECT_FOLDER/cmd/$service_name/k8s/02-$service_name.yaml
sed -i "s/uhub\.service\.ucloud\.cn/$DOCKER_REGISTRY/g" cmd/$service_name/k8s/02-$service_name.yaml
sed -i "s/uhub\.service\.ucloud\.cn/$DOCKER_REGISTRY/g" $PROJECT_FOLDER/cmd/$service_name/k8s/02-$service_name.yaml
sed -i "s/web3eye\.webui\.io/$CLOUD_ROOT_DOMAIN/g" $PROJECT_FOLDER/cmd/$service_name/k8s/03-ingress.yaml
sed -i "s/web3eye-webui-io/$CLOUD_CERT_NAME/g" $PROJECT_FOLDER/cmd/$service_name/k8s/03-ingress.yaml

Expand Down

0 comments on commit 137d742

Please sign in to comment.