Update README.md
This commit is contained in:
parent
8cc2cda6a0
commit
9cfc3c4535
@ -125,7 +125,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
|||||||
service/my-nginx ClusterIP 10.43.118.13 <none> 80/TCP 99s
|
service/my-nginx ClusterIP 10.43.118.13 <none> 80/TCP 99s
|
||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
Expose my-nginx app on nginx-ingress TCP-port 9000: `kubectl edit service -n ingress-nginx`
|
Enable client-IP transparency and expose my-nginx app on nginx-ingress TCP-port 9000: `kubectl edit service -n ingress-nginx`
|
||||||
Find the `ports:`-section of the `ingress-nginx-controller` service and *ADD* the definition for port 9000:
|
Find the `ports:`-section of the `ingress-nginx-controller` service and *ADD* the definition for port 9000:
|
||||||
```
|
```
|
||||||
[...]
|
[...]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user