Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

规范统一命名空间部署 #60

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ AREX_VERSION=0.6.2.2
```
### Helm Chart Install
```
kubectl create namespace arex-beta(your arex namespace)
helm install arex-beta-release -n arex-beta ./arex-chart
helm install aretest --namespace=aretest --create-namespace ./arex-chart
or update
helm upgrade arex-beta-release -n arex-beta ./arex-chart
helm upgrade aretest -n aretest ./arex-chart
```

## AREX Docker-Compose Uninstall
Expand Down
6 changes: 3 additions & 3 deletions arex-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fullnameOverride: ""
# register prefix
registerPre: "arexadmin01/"
# mongodb config demo
mongoInfo: "mongodb://arex:iLoveArex@10.5.153.1:27017/arex_storage_db"
mongoInfo: "mongodb://arextest-arex-mongodb.arextest:27017/arex_storage_db"
# redis config demo
redisInfo: "redis://10.5.153.1:6390/"
redisInfo: "redis://arextest-arex-redis.arextest:6390"

front:
enabled: true
Expand Down Expand Up @@ -36,7 +36,7 @@ front:
type: ClusterIP

ingress:
enabled: true
enabled: false
annotations: {}
hosts: ["local.arextest.com"]
tls: ""
Expand Down