donal
2018-05-16 84a6147bf69d3a88ca645279e571fe58702228e0
solves #3 solves #2
1 files modified
4 ■■■■ changed files
exercises/1-the-manual-menace/README.md 4 ●●●● patch | view | raw | blame | history
exercises/1-the-manual-menace/README.md
@@ -197,7 +197,7 @@
4. The essential params to include in this file are:
```bash
VOLUME_CAPACITY=5Gi
MEMORY_LIMIT=2Gi
MEMORY_LIMIT=1Gi
```
4. Create a new object in the inventory variables `inventory/host_vars/ci-cd-tooling.yml` called `ci-cd-tooling` and populate it's `content` is as follows
@@ -371,7 +371,7 @@
5. As before; create a new set of params by creating a `params/jenkins` file and adding some overrides to the template and updating the `<YOUR_NAME>` value accordingly.
```
MEMORY_LIMIT=8Gi
MEMORY_LIMIT=3Gi
VOLUME_CAPACITY=10Gi
JVM_ARCH=x86_64
NAMESPACE=<YOUR_NAME>-ci-cd