Skip to content

Commit 069d041

Browse files
committed
Deleted test.txt, Edited ReadMe in kube example
Co-authored-by: Jon Cruz <[email protected]> Co-authored-by: Elena Atencio <[email protected]> Co-authored-by: John Donato <[email protected]>
1 parent 5b037cb commit 069d041

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

examples/kubernetes/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ docker build -t frontend:1.0 .
2121

2222
## Build the Server
2323
First, add a `.env` file to the *server* folder that contains the following key/value pairs:
24-
- `CHRONOS_DB`: `MongoDB` or `PostgreSQL`
25-
- `CHRONOS_URI`: The URI to the desired MongoDB or PostgreSQL database to save health metrics via **Chronos**
24+
25+
```
26+
CHRONOS_DB = MongoDB or PostgreSQL
27+
CHRONOS_URI = The URI to the desired MongoDB or PostgreSQL database to save health metrics via **Chronos**
28+
```
2629

2730
Then look at the `package.json` file in the server folder and note how `@chronosmicro/tracker` is included as a dependency:
2831

test.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)