Ingress snippet conforms to ingress spec
This commit is contained in:
@@ -145,9 +145,9 @@ The following file is an Ingress resource that sends traffic to your Service via
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: web
|
serviceName: web
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Create the Ingress resource by running the following command:
|
1. Create the Ingress resource by running the following command:
|
||||||
|
|||||||
Reference in New Issue
Block a user