Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Feb 22, 2018
1 parent c211997 commit a2c9db4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -32,9 +32,13 @@ instance_groups:
jobs:
- name: nexus
release: nexus
properties:
nexus:
heap_size: 768M
max_direct_memory_size: 512M
- name: nexus-backup
release: nexus

update:
canaries: 1
max_in_flight: 1
Expand Down Expand Up @@ -86,12 +90,14 @@ instance_groups:
release: nexus
properties:
nexus:
heap_size: 768M
max_direct_memory_size: 512M
ssl_cert: ((nexus_ssl.certificate))
ssl_key: ((nexus_ssl.private_key))
ssl_only: true
- name: nexus-backup
release: nexus

update:
canaries: 1
max_in_flight: 1
Expand Down Expand Up @@ -179,4 +185,4 @@ You can deploy this to a bosh director in docker with the following command:

```
fly -t <target-name> tj -j <pipeline-name>/bosh-deploy-dev-in-docker --watch
```
```

0 comments on commit a2c9db4

Please sign in to comment.