Files
UniFi-Network/README.md
2025-09-30 13:35:29 +02:00

28 lines
313 B
Markdown

# UniFi Network Application
## Basic stuff
### Install
```shell
helm install unifi ./helm --namespace unifi --create-namespace
```
### Update
```shell
helm -n unifi upgrade unifi .\helm
```
### Check
```shell
kubectl -n unifi get secret,cm,pvc,pod,svc
```
### Delete
```shell
kubectl delete ns unifi
```