Adding minio for backup
This commit is contained in:
parent
38113a36e9
commit
ee391de9cb
|
|
@ -27,7 +27,7 @@ kubectl patch deployment $DEPLOYMENT -n $NAMESPACE -p "{\"spec\": {\"template\":
|
|||
## namespaces
|
||||
|
||||
```sh
|
||||
namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development longhorn-system tt-rss"
|
||||
namespaces="flux cert-manager nginx-ingress infrapuzzle kuard auth nextcloud datalab web development longhorn-system tt-rss backup"
|
||||
for i in $( echo $NAMESPACES ) ; do
|
||||
k create ns $i
|
||||
done
|
||||
|
|
@ -123,6 +123,20 @@ for i in $( echo $namespaces ) ; do
|
|||
done
|
||||
```
|
||||
|
||||
## tt-rss
|
||||
|
||||
Includes *persistent data* from mariadb table `tt-rss`.
|
||||
|
||||
```sh
|
||||
kubectl apply -f tt-rss/
|
||||
```
|
||||
|
||||
## minio
|
||||
|
||||
```sh
|
||||
kubectl apply -f minio
|
||||
```
|
||||
|
||||
## auth
|
||||
|
||||
Including:
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue