moss / kubernetes /README.md
xianqiu's picture
change the port
61ede3b
|
raw
history blame
153 Bytes
## 增加一个Kubernetes的部署方式
```
kubectl apply -f deploy.yaml
```
### 如果需要Ingress域名接入
```
kubectl apply -f ingress.yaml
```