Skip to content

Commit

Permalink
Merge pull request #218 from rajan123456/simple_load_deployment
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
rajan123456 authored Jul 4, 2020
2 parents 4a6af2b + fddb913 commit a257367
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions scripts/prod-hex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-pod-name>:/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 <attendance-pod-name>:/app/resources/images
```

- Applying Horizontal Pod Autoscalers

Expand Down
12 changes: 10 additions & 2 deletions scripts/prod-micro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-pod-name>:/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 <attendance-pod-name>:/app/resources/images
```

- Applying Horizontal Pod Autoscalers

Expand Down

0 comments on commit a257367

Please sign in to comment.