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.
This commit is contained in:
committed by
Andrew Chen
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
|
||||
|
||||
Reference in New Issue
Block a user