Update configmap.template.yaml

This commit is contained in:
Wolfgang Huß 2020-12-07 09:02:00 +01:00
parent ea27a1bddc
commit bc045b5c99

View File

@ -1,21 +1,37 @@
---
apiVersion: v1
kind: ConfigMap
data:
SMTP_HOST: "mail.ocelot.social"
SMTP_PORT: "25"
GRAPHQL_URI: "http://backend.human-connection:4000"
NEO4J_URI: "bolt://neo4j.human-connection:7687"
NEO4J_AUTH: "none"
CLIENT_URI: "https://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: ocelot-social
apiVersion: v1
kind: ConfigMap
data:
# decomment following lines for S3 bucket to store our images
# AWS_ACCESS_KEY_ID: ---toBeSet---
# AWS_BUCKET: ocelot-social-uploads
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
# AWS_REGION: fra1
# AWS_SECRET_ACCESS_KEY: ---toBeSet---
CLIENT_URI: "https://develop-k8s.ocelot.social"
COMMIT: ""
GRAPHQL_PORT: "4000"
GRAPHQL_URI: "http://backend.ocelot-social:4000"
# decomment following line for Neo4j Enterprice version instead of Community version
# NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
NEO4J_AUTH: "none"
# NEO4J_dbms_connector_bolt_thread__pool__max__size: "10000"
NEO4J_apoc_import_file_enabled: "true"
NEO4J_dbms_memory_heap_initial__size: "500M"
NEO4J_dbms_memory_heap_max__size: "500M"
NEO4J_dbms_memory_pagecache_size: "490M"
NEO4J_dbms_security_procedures_unrestricted: "algo.*,apoc.*"
NEO4J_URI: "bolt://neo4j.ocelot-social:7687"
PUBLIC_REGISTRATION: "false"
REDIS_DOMAIN: ---toBeSet(IP)---
REDIS_PASSWORD: ---toBeSet---
REDIS_PORT: "---toBeSet(Port)---"
SENTRY_DSN_WEBAPP: "---toBeSet---"
SENTRY_DSN_BACKEND: "---toBeSet---"
SMTP_HOST: "mail.ocelot.social"
SMTP_PASSWORD: ---toBeSet---
SMTP_PORT: "25"
SMTP_USERNAME: ---toBeSet---
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql
metadata:
name: configmap
namespace: ocelot-social