docs: fix some code highlightings

This commit is contained in:
Thomas Tendyck 2022-09-12 17:24:45 +02:00 committed by Thomas Tendyck
parent ebb8d7ca96
commit 7cf80ecc61
3 changed files with 8 additions and 7 deletions

View file

@ -20,7 +20,7 @@
kubectl wait --for=condition=available --timeout=300s -n boutique --all deployments
```
4. Get the external facing IP address of the frontend (with `<your-ip>` being a placeholder for the assigned IP from your CSP):
```terminal-session
```shell-session
kubectl get service frontend-external -n boutique | awk '{print $4}'
EXTERNAL-IP
<your-ip>