diff --git a/README.md b/README.md index 4c3a65e..376d34b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It's quite odd there is no better way to generate these. ### Databases / -stores: - Dragonfly: `kind: Dragonfly` (replaces Redis[^redisdead]) -- Longhorn: `storageClassName: longhorn` (filesystem storage) +- External (hyperconverged Proxmox) Rook/Ceph: `rook-ceph/storage-classes.yaml` (filesystem storage)[^fs] - Mongo[^mongoproblems]: `kind: MongoDBCommunity` (NAS* `inventory-mongodb`) - Garage S3[^nominio]: buckets/credentials created with CLI and usually stored in secretspace/kube #TODO: link to docs, kube claim instead? - MariaDB*: search for `mysql`, `mariadb`[^mariadb] (replaces MySQL) @@ -48,8 +48,6 @@ It's quite odd there is no better way to generate these. - Seeded secrets: `kind: SecretClaim` (generates random secret in templated format) - Secrets in git: https://git.k-space.ee/secretspace (members personal info, API credentials, see argocd/deploy_key.pub comment) -\* External, hosted directly on [nas.k-space.ee](https://wiki.k-space.ee/en/hosting/storage) - [^mariadb]: As of 2024-07-30 used by auth, authelia, bitwarden, etherpad, freescout, git, grafana, nextcloud, wiki, woodpecker [^redisdead]: Redis has been replaced as redis-operatori couldn't handle itself: didn't reconcile after reboots, master URI was empty, and clients complained about missing masters. Dragonfly replaces KeyDB. @@ -57,6 +55,7 @@ It's quite odd there is no better way to generate these. [^mongoproblems]: Mongo problems: Incompatible with rawfile csi (wiredtiger.wt corrupts), complicated resizing (PVCs from statefulset PVC template). [^nominio]: Replaces Minio S3. +[^fs]: Replaces Longhorn and proxmox-csi. *** _This page is referenced by wiki [front page](https://wiki.k-space.ee) as **the** technical documentation for infra._