init commit

This commit is contained in:
2025-09-30 13:22:00 +02:00
commit 2f149e0e7d
14 changed files with 355 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# 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
```