Adding minio for backup

This commit is contained in:
Moritz Graf 2020-04-13 22:43:16 +02:00
parent 38113a36e9
commit ee391de9cb
2 changed files with 15 additions and 1 deletions

View File

@ -27,7 +27,7 @@ kubectl patch deployment $DEPLOYMENT -n $NAMESPACE -p "{\"spec\": {\"template\":
## namespaces ## namespaces
```sh ```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 for i in $( echo $NAMESPACES ) ; do
k create ns $i k create ns $i
done done
@ -123,6 +123,20 @@ for i in $( echo $namespaces ) ; do
done done
``` ```
## tt-rss
Includes *persistent data* from mariadb table `tt-rss`.
```sh
kubectl apply -f tt-rss/
```
## minio
```sh
kubectl apply -f minio
```
## auth ## auth
Including: Including:

BIN
k8s/minio/minio.secret.yaml Normal file

Binary file not shown.