From 065721599cf561fee6968cece4b9205407f53bca Mon Sep 17 00:00:00 2001 From: Chris Ditcher Date: Wed, 23 Oct 2024 15:21:50 -0700 Subject: [PATCH] Update README.md --- openshift/nats-dev/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/nats-dev/README.md b/openshift/nats-dev/README.md index 5fc5bfd..63ff935 100644 --- a/openshift/nats-dev/README.md +++ b/openshift/nats-dev/README.md @@ -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` @@ -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. \ No newline at end of file +Note: you will have to use nats-cli to populate the necessary streams etc.