Skip to content

Commit

Permalink
chore: fix version/price/env (#4435)
Browse files Browse the repository at this point in the history
* chore: set env for desktop to enable sign up

* Update install.sh

* Update resources.go

change nodeport unit price

* Update resources.go

---------

Co-authored-by: Jiahui <4543bxy@gmail.com>
  • Loading branch information
lingdie and bxy4543 committed Dec 19, 2023
1 parent 3677c36 commit 97c3ad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions controllers/pkg/resources/resources.go
Expand Up @@ -267,8 +267,8 @@ var DefaultPropertyTypeList = []PropertyType{
Name: "services.nodeports",
Enum: 4,
PriceType: AVG,
UnitPrice: 10,
ViewPrice: 10000,
UnitPrice: 2.083,
ViewPrice: 2083,
UnitString: "1",
},
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/desktop/deploy/Kubefile
Expand Up @@ -12,7 +12,7 @@ ENV passWordEnabled="false"
ENV githubEnabled="false"
ENV wechatEnabled="false"
ENV smsEnabled="false"
ENV signUpEnabled="false"
ENV signUpEnabled="true"
ENV apiEnabled="false"

CMD ["bash scripts/init.sh"]
2 changes: 1 addition & 1 deletion scripts/cloud/install.sh
Expand Up @@ -4,7 +4,7 @@ set -e

# Configurations
CLOUD_DIR="/root/.sealos/cloud"
SEALOS_VERSION="v4.3.5"
SEALOS_VERSION="v4.3.7"
cloud_version="latest"
#mongodb_version="mongodb-5.0"
#master_ips=
Expand Down

0 comments on commit 97c3ad2

Please sign in to comment.