docs: add Kubernetes advanced deployment

This commit is contained in:
Jonas Kaninda
2024-11-25 21:41:01 +01:00
parent d97bee06da
commit 1ef92ce80d
2 changed files with 12 additions and 3 deletions

View File

@@ -138,4 +138,10 @@ spec:
## Middleware names
middlewares:
- basic-middleware-sample
```
## Uninstall
```sh
kubectl delete -f https://raw.githubusercontent.com/jkaninda/goma-operator/main/dist/install.yaml
```