From 609c6ba3f40a9a30befddfe1164c52074e1ba944 Mon Sep 17 00:00:00 2001 From: Rajan Gupta Date: Sat, 4 Jul 2020 16:45:25 +0800 Subject: [PATCH] Update README --- scripts/prod-hex/README.md | 12 ++++++++++-- scripts/prod-micro/README.md | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/scripts/prod-hex/README.md b/scripts/prod-hex/README.md index c396798e1..c5d577ed9 100644 --- a/scripts/prod-hex/README.md +++ b/scripts/prod-hex/README.md @@ -242,11 +242,19 @@ kubectl get svc --namespace production - Deploying Vault Data -#TBA +1. Copy the contents of the zip file provided offline into vault's volume: + +``` +kubectl cp -namespace production /local_path/vault/data :/vault +``` - Deploying User Data -#TBA +1. Copy the contents of the user-data-vol folder in the scripts/dev folder into user's volume: + +``` +kubectl cp -namespace production /local_path/scripts/user-data-vol :/app/resources/images +``` - Applying Horizontal Pod Autoscalers diff --git a/scripts/prod-micro/README.md b/scripts/prod-micro/README.md index 57c765b49..d67479497 100644 --- a/scripts/prod-micro/README.md +++ b/scripts/prod-micro/README.md @@ -255,11 +255,19 @@ kubectl get svc --namespace production - Deploying Vault Data -#TBA +1. Copy the contents of the zip file provided offline into vault's volume: + +``` +kubectl cp -namespace production /local_path/vault/data :/vault +``` - Deploying User Data -#TBA +1. Copy the contents of the user-data-vol folder in the scripts/dev folder into user's volume: + +``` +kubectl cp -namespace production /local_path/scripts/user-data-vol :/app/resources/images +``` - Applying Horizontal Pod Autoscalers