diff --git a/content/en/docs/reference/score-spec-reference.md b/content/en/docs/reference/score-spec-reference.md index c0ef12a7..548a4283 100644 --- a/content/en/docs/reference/score-spec-reference.md +++ b/content/en/docs/reference/score-spec-reference.md @@ -157,7 +157,6 @@ service: port-name: string # (required) port: integer # (required) protocol: string # (optional) - hostIP: integer # (optional) targetPort: integer # (optional) ``` @@ -170,8 +169,6 @@ service: - Defaults: `TCP` - Valid values: `SCTP` | `TCP` | `UDP` -`hostIP`: describes the host IP to bind to. - `targetPort`: describes the port to expose on the host. If the `targetPort` isn't specified, then it defaults to the required `port` property in the container. ### Service example