docs(consul-api-gateway): fixup code snippets in gateway scaling section

This commit is contained in:
Mike Morris 2022-06-01 15:01:17 -04:00
parent f40563aa2c
commit f2f011c4f0
1 changed files with 4 additions and 4 deletions

View File

@ -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