mirror of https://github.com/status-im/consul.git
docs(consul-api-gateway): fixup code snippets in gateway scaling section
This commit is contained in:
parent
f40563aa2c
commit
f2f011c4f0
|
@ -277,12 +277,12 @@ example-gateway 1/1 1 1
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
$ kubectl scale deployment/example-gateway --replicas=3
|
$ kubectl scale deployment/example-gateway --replicas=3
|
||||||
deployment.apps/api-gateway scaled
|
deployment.apps/example-gateway scaled
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
$ k get deployment -n consul --selector api-gateway.consul.hashicorp.com/name=api-gateway
|
$ kubectl get deployment --selector api-gateway.consul.hashicorp.com/name=example-gateway
|
||||||
NAME READY UP-TO-DATE AVAILABLE
|
NAME READY UP-TO-DATE AVAILABLE
|
||||||
api-gateway 3/3 3 3
|
example-gateway 3/3 3 3
|
||||||
```
|
```
|
||||||
|
|
||||||
### Route
|
### Route
|
||||||
|
|
Loading…
Reference in New Issue