Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
y001j
/
ChatGLM
like
0
Configuration error
App
Files
Files
Community
af9251e
ChatGLM
/
views
/
kubernetes
/
README.md
y001j
Upload 305 files
af9251e
over 1 year ago
preview
code
|
raw
Copy download link
history
blame
Safe
153 Bytes
## 增加一个Kubernetes的部署方式
```
kubectl apply -f deploy.yaml
```
### 如果需要Ingress域名接入
```
kubectl apply -f ingress.yaml
```