diff --git a/deployment/ocelot-social/templates/configmap.template.yaml b/deployment/ocelot-social/templates/configmap.template.yaml index 00e935b1b..b12a49f3c 100644 --- a/deployment/ocelot-social/templates/configmap.template.yaml +++ b/deployment/ocelot-social/templates/configmap.template.yaml @@ -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