diff --git a/k8s/README.md b/k8s/README.md index 968a1d2..458d13e 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -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: diff --git a/k8s/minio/minio.secret.yaml b/k8s/minio/minio.secret.yaml new file mode 100644 index 0000000..09d0516 Binary files /dev/null and b/k8s/minio/minio.secret.yaml differ