Skip to content

Commit

Permalink
chore(deploy): simplify domain conf, wildcard domain only
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Nov 6, 2023
1 parent f78a053 commit 09c9daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ helm install server -n ${NAMESPACE} \
--set default_region.minio_root_access_key=${MINIO_ROOT_ACCESS_KEY} \
--set default_region.minio_root_secret_key=${MINIO_ROOT_SECRET_KEY} \
--set default_region.runtime_domain=${DOMAIN} \
--set default_region.website_domain=site.${DOMAIN} \
--set default_region.website_domain=${DOMAIN} \
--set default_region.tls.enabled=false \
--set default_region.log_server_url=${LOG_SERVER_URL} \
--set default_region.log_server_secret=${LOG_SERVER_SECRET} \
Expand All @@ -108,5 +108,5 @@ sealos run docker.io/labring/sealos-cloud-resources-metering-controller:latest -

## 7. install laf-web
helm install web -n ${NAMESPACE} \
--set domain=${DOMAIN} \
--set domain=www.${DOMAIN} \
./charts/laf-web

0 comments on commit 09c9daf

Please sign in to comment.