Skip to content

Commit

Permalink
removed wrong ns from readme (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
astelmashenko authored Jan 16, 2025
1 parent 25fe391 commit 89480aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
1. For an installation of a simple NATS JetStream server, a setup is provided:

```shell
kubectl apply -n natss -f ./config/broker/natsjsm.yaml
kubectl apply -n natss -f ./config/broker/config-nats.yaml
kubectl apply -n natss -f ./config/broker/config-br-default-channel-jsm.yaml
kubectl apply -f ./config/broker/natsjsm.yaml
kubectl apply -f ./config/broker/config-nats.yaml
kubectl apply -f ./config/broker/config-br-default-channel-jsm.yaml
```

NATS JetStream is also deployed as a StatefulSet, using "nats-jetstream" ConfigMap
Expand Down

0 comments on commit 89480aa

Please sign in to comment.