mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 23:22:53 +00:00
Moving to github
This commit is contained in:
15
k8s/configmap.yaml
Normal file
15
k8s/configmap.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
# Update these values for your environment
|
||||
DATABASE_HOST: "postgres-service" # Your PostgreSQL service name or external host
|
||||
DATABASE_PORT: "5432"
|
||||
DATABASE_NAME: "turbovault_production"
|
||||
DATABASE_USERNAME: "turbovault"
|
||||
Reference in New Issue
Block a user