Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent 6360400 commit 9358144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ Rodar ``server.py``, depois rodar ``client.py`` desse jeito: ``python client.py
## Usando Kubernetes
- Deletar servicos existentes:
```
kubectl delete deploy deployment-recomender
# ou
kubectl delete deploy deployment-recomender && kubectl delete service playlist-recommender-ml && kubectl delete pvc project2-pv-leonardomaia
```
- Criar volume/deployment/service:
```
kubectl -n leonardomaia apply -f deployment.yaml
# ou
kubectl -n leonardomaia apply -f persistent.yaml -f deployment.yaml -f service.yaml
```
- Ver Containers:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9358144

Please sign in to comment.