diff --git a/README.md b/README.md index cf4885a..dbfbae9 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,9 @@ service/my-nginx ClusterIP 10.43.118.13 80/TCP 99s [...] ``` 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: ``` +[...] spec: clusterIP: 10.43.237.255 externalTrafficPolicy: Cluster