mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-16 03:19:18 +00:00
Fix typo
This commit is contained in:
committed by
Jérôme Petazzoni
parent
a5e270b756
commit
624ec14763
@@ -572,7 +572,7 @@ This is normal: we haven't provided any ingress rule yet.
|
||||
|
||||
- Create a prefix match rule for the `blue` service:
|
||||
```bash
|
||||
kubectl create ingress bluestar --rule=/blue*:blue:80
|
||||
kubectl create ingress bluestar --rule=/blue*=blue:80
|
||||
```
|
||||
|
||||
- Check that it works:
|
||||
|
||||
Reference in New Issue
Block a user