Clarified configmap.template.yaml

This commit is contained in:
Wolfgang Huß 2020-12-15 17:33:15 +01:00
parent 197f99b178
commit 7c97fa4459

View File

@ -7,10 +7,10 @@ data:
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
# AWS_REGION: fra1
# AWS_SECRET_ACCESS_KEY: see secrets
CLIENT_URI: "https://develop-k8s.ocelot.social"
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
COMMIT: ""
GRAPHQL_PORT: "4000"
GRAPHQL_URI: "http://backend.ocelot-social:4000"
GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social
# decomment following line for Neo4j Enterprice version instead of Community version
# NEO4J_ACCEPT_LICENSE_AGREEMENT: "yes"
NEO4J_AUTH: "none"
@ -20,18 +20,18 @@ data:
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"
NEO4J_URI: "bolt://neo4j.ocelot-social:7687" # leave this as ocelot-social
PUBLIC_REGISTRATION: "false"
REDIS_DOMAIN: ---toBeSet(IP)---
# REDIS_PASSWORD: see secrets
REDIS_PORT: "6379"
SENTRY_DSN_WEBAPP: "---toBeSet---"
SENTRY_DSN_BACKEND: "---toBeSet---"
SMTP_HOST: "mail.ocelot.social"
SMTP_HOST: "mail.ocelot.social" # change this to your domain
# SMTP_PASSWORD: see secrets
SMTP_PORT: "25"
# SMTP_USERNAME: see secrets
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain
metadata:
name: configmap
namespace: ocelot-social