mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
* Add Helm chart for Kubernetes deployment and reorganize hosting setup - Created Helm chart for deploying Colanode on Kubernetes with PostgreSQL, Redis, and MinIO configurations - Moved Docker Compose files to /hosting folder for better organization - Added health check endpoints for database, Redis, and S3 services - Introduced Dockerfile for PostgreSQL with pgvector extension to support Helm deployment - Added GitHub Actions workflow for building and publishing Helm chart - Updated README with Kubernetes deployment instructions * Renames and restructure * Update Helm chart workflow for Colanode deployment * Remove health check route and related configurations from the server and Kubernetes deployment files. --------- Co-authored-by: Hakan Shehu <hakanshehu15@gmail.com>
24 lines
349 B
Plaintext
24 lines
349 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*.orig
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|