mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
I think it's beneficial to have these settings in a central location. That way, we're not running into the danger of overwriting the `nitro-deployment` by accident with a `kubectl apply -f ...`.
23 lines
720 B
YAML
23 lines
720 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
data:
|
|
SMTP_HOST: "mailserver.human-connection"
|
|
SMTP_PORT: "25"
|
|
GRAPHQL_PORT: "4000"
|
|
GRAPHQL_URI: "http://nitro-backend.human-connection:4000"
|
|
NEO4J_URI: "bolt://nitro-neo4j.human-connection:7687"
|
|
NEO4J_AUTH: "none"
|
|
CLIENT_URI: "https://nitro-staging.human-connection.org"
|
|
NEO4J_apoc_import_file_enabled: "true"
|
|
NEO4J_dbms_memory_pagecache_size: "490M"
|
|
NEO4J_dbms_memory_heap_max__size: "500M"
|
|
NEO4J_dbms_memory_heap_initial__size: "500M"
|
|
NEO4J_dbms_security_procedures_unrestricted: "algo.*,apoc.*"
|
|
SENTRY_DSN_WEBAPP: ""
|
|
SENTRY_DSN_BACKEND: ""
|
|
COMMIT: ""
|
|
metadata:
|
|
name: configmap
|
|
namespace: human-connection
|