mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 21:02:52 +00:00
- Switch from Gitea to GitHub Container Registry (ghcr.io) - Add GitHub Actions workflow with Tailscale connectivity - Update k8s manifests for cloud nodes and Traefik ingress - Configure for turbo.kazcloud.dev domain - Test deployment with home page text change
15 lines
422 B
YAML
15 lines
422 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: turbovault-config
|
|
namespace: turbovault
|
|
data:
|
|
RAILS_ENV: "production"
|
|
RAILS_LOG_TO_STDOUT: "true"
|
|
RAILS_SERVE_STATIC_FILES: "true"
|
|
RAILS_MAX_THREADS: "5"
|
|
DATABASE_HOST: "aws-1-us-east-2.pooler.supabase.com" # Your PostgreSQL service name or external host
|
|
DATABASE_PORT: "6543"
|
|
DATABASE_NAME: "postgres"
|
|
DATABASE_USERNAME: "postgres.rbeowfzliacsawrziniv"
|