Refine configmap

This commit is contained in:
Wolfgang Huß 2020-12-17 15:49:23 +01:00
parent 8570db3ebc
commit c4022c6c97
2 changed files with 5 additions and 3 deletions

View File

@ -10,8 +10,8 @@ To deploy the SMTP server just uncomment the relevant code in the
run the following: run the following:
```bash ```bash
# in folder deployment/human-connection # in folder deployment/ocelot-social
kubectl apply -f mailserver/ $ kubectl apply -f mailserver/
``` ```
You might need to refresh the TLS secret to enable HTTPS on the publicly You might need to refresh the TLS secret to enable HTTPS on the publicly

View File

@ -9,6 +9,7 @@ data:
# AWS_SECRET_ACCESS_KEY: see secrets # AWS_SECRET_ACCESS_KEY: see secrets
CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain CLIENT_URI: "https://develop-k8s.ocelot.social" # change this to your domain
COMMIT: "" COMMIT: ""
EMAIL_DEFAULT_SENDER: devops@ocelot.social # change this to your e-mail
GRAPHQL_PORT: "4000" GRAPHQL_PORT: "4000"
GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social GRAPHQL_URI: "http://backend.ocelot-social:4000" # leave this as ocelot-social
# decomment following line for Neo4j Enterprice version instead of Community version # decomment following line for Neo4j Enterprice version instead of Community version
@ -29,8 +30,9 @@ data:
SENTRY_DSN_BACKEND: "---toBeSet---" SENTRY_DSN_BACKEND: "---toBeSet---"
SMTP_HOST: "mail.ocelot.social" # change this to your domain SMTP_HOST: "mail.ocelot.social" # change this to your domain
# SMTP_PASSWORD: see secrets # SMTP_PASSWORD: see secrets
SMTP_PORT: "25" SMTP_PORT: "25" # change this to your port
# SMTP_USERNAME: see secrets # SMTP_USERNAME: see secrets
SMTP_IGNORE_TLS: 'true' # change this to your setting
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql # change this to your domain
metadata: metadata:
name: configmap name: configmap