Skip to content

Commit

Permalink
readme修改
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmin committed Jun 23, 2020
1 parent 713934f commit 58be1a7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
**支持多集群、多命名空间的helm部署http接口**

## 安装
git clone https://github.com/OojaxoO/helm-api.git
cd helm-api
make
make install
git clone https://github.com/OojaxoO/helm-api.git
cd helm-api
make
make install

## 配置
vim /opt/helm-api/conf/app.ini
[database]
Type = mysql
User = root
Password = test123
Host = 127.0.0.1:3306
Name = nvwa
TablePrefix = kube_

[http]
Port = 10000
vim /opt/helm-api/conf/app.ini
[database]
Type = mysql
User = root
Password = test123
Host = 127.0.0.1:3306
Name = nvwa
TablePrefix = kube_
[http]
Port = 10000

## 运行
/opt/helm-api/helm-api
/opt/helm-api/helm-api

0 comments on commit 58be1a7

Please sign in to comment.