Remove ports from ExternalName Service example
The text of this document says Services of type ExternalName do not define ports. This PR removes the port definition from the example.reviewable/pr3966/r1
parent
f58cc22a20
commit
8e06188af4
|
@ -140,8 +140,6 @@ metadata:
|
|||
spec:
|
||||
type: ExternalName
|
||||
externalName: my.database.example.com
|
||||
ports:
|
||||
- port: 12345
|
||||
```
|
||||
|
||||
When looking up the host `my-service.prod.svc.CLUSTER`, the cluster DNS service
|
||||
|
|
Loading…
Reference in New Issue