From 4dc90b036be503d9b7ff6324bf67b354320fecd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 7 Dec 2020 14:13:11 +0100 Subject: [PATCH] Refactor deployment/ocelot-social\README.md --- deployment/ocelot-social/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/ocelot-social/README.md b/deployment/ocelot-social/README.md index 843832219..10a8c24f6 100644 --- a/deployment/ocelot-social/README.md +++ b/deployment/ocelot-social/README.md @@ -1,6 +1,6 @@ -# Kubernetes Configuration for Human Connection +# Kubernetes Configuration for ocelot.social -Deploying Human Connection with kubernetes is straight forward. All you have to +Deploying ocelot.social with kubernetes is straight forward. All you have to do is to change certain parameters, like domain names and API keys, then you just apply our provided configuration files to your cluster. @@ -19,9 +19,9 @@ environment variables in your deployed kubernetes pods. Probably you want to change this environment variable to your actual domain: -``` +```yaml # in configmap.yaml -CLIENT_URI: "https://nitro-staging.human-connection.org" +CLIENT_URI: "https://develop-k8s.ocelot.social" ``` If you want to edit secrets, you have to `base64` encode them. See [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/secret/#creating-a-secret-manually).