Set up the repository structure following GitOps principles: - apps/ for application deployments (Stalwart as example) - infrastructure/ for cluster-wide configs (networking, monitoring) - docs/ for general documentation Migrated complete Stalwart deployment configuration including: - Multiple deployment variants (basic, OIDC-enabled) - Helm values files - Monitoring and dashboard configurations - Operational documentation (backup/restore, bootstrap) - Configuration patches and fixes Added comprehensive README files at each level to guide future use. Co-Authored-By: Paperclip <noreply@paperclip.ing>
730 B
730 B
Documentation
This directory contains general documentation for the basicstack.de cluster and deployment processes.
Suggested Content
- Architecture: Overall cluster architecture and design decisions
- Deployment Guides: Step-by-step deployment procedures
- Troubleshooting: Common issues and solutions
- Best Practices: Standards and conventions for this cluster
- Operations Runbooks: Incident response and operational procedures
- Disaster Recovery: Backup and restore procedures at the cluster level
Note
Application-specific documentation should live in the respective apps/<app-name>/ directories, not here. This directory is for cross-cutting concerns and cluster-wide documentation.