update top level and kubernetes readme

This commit is contained in:
2025-05-31 12:56:07 +03:00
parent 308a6f1f22
commit 53978199a6
2 changed files with 9 additions and 1 deletions

View File

@ -30,13 +30,17 @@
- 🐳 Private Docker Registry
- 🎬 Jellyfin Media Server
- 🌐 Portfolio Website
- 📷 Immich - Photo and Video Management
- 🗄️ PostgreSQL Database
- 📦 Pocketbase Backend
- 🍵 Gitea Git Server and Actions for CI/CD
- 📦 MinIO Object Storage - S3-compatible storage
- 🔑 LLDAP - Lightweight LDAP Authentication Server
### 📋 Coming Soon
- Nextcloud
- Authentik - OpenID Connect and OAuth2 server (will replace LLDAP)
- Monitoring Stack with Prometheus and Grafana
## 💻 Hardware Setup
@ -44,6 +48,7 @@
- 2x Mini PCs with Intel N100 CPUs
- 16GB RAM each
- 500GB SSDs
- 2x 1 TB SATA SSDs
- 1Gbps networking
- Proxmox Cluster Configuration

View File

@ -705,7 +705,10 @@ envsubst < cloud-native-pg/backup-recovery.yaml | kubectl apply -n immich -f -
## Create a new PostgreSQL cluster from existing Database
To create a new PostgreSQL cluster from an existing database, you can use the `create-cluster.yaml` template. This template allows you to create a new PostgreSQL cluster from an existing database by specifying the necessary configurations and parameters in the YAML file.
To create a new PostgreSQL cluster from an existing database, you can use the
`create-cluster.yaml` template. This template allows you to create a new
PostgreSQL cluster from an existing database by specifying the necessary
configurations and parameters in the YAML file.
# Immich Self-hosted Photo and Video Backup Solution