Fix https port
This commit is contained in:
parent
87297ade32
commit
f05eec6781
10 changed files with 52 additions and 53 deletions
8
controllers/nginx/examples/README.md
Normal file
8
controllers/nginx/examples/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
All the examples references the services `echoheaders-x` and `echoheaders-y`
|
||||
|
||||
```
|
||||
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.3 --replicas=1 --port=8080
|
||||
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
|
||||
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue