Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cditcher authored Oct 23, 2024
1 parent 0aa521b commit 0657215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openshift/nats-dev/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Personal Cloud Nats for development
# Personal Cloud Nats for development

The intention of this DC is to deploy a personal nats server with jetstream enabled to an openshift tools environment. You can then port-forward to this 'personal' instance for local development work.

##Usage:
## Usage:

###Setup:
### Setup:
Replace ${your-name} with your first name and ${your-tools-namespace} with the openshift tools namespace (including the -tools part)

`oc login`
Expand All @@ -14,4 +14,4 @@ You should now be able to port-forward to your nats server:

`oc port-forward service/nats-sa-${your-name} 4222:4222`

Note: you will have to use nats-cli to populate the necessary streams etc.
Note: you will have to use nats-cli to populate the necessary streams etc.

0 comments on commit 0657215

Please sign in to comment.