Skip to content

Commit

Permalink
fix(content): removed unknown hostIP field from docs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza authored Nov 11, 2023
2 parents b0af6ac + 06cbefd commit 952fd48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/reference/score-spec-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ service:
port-name: string # (required)
port: integer # (required)
protocol: string # (optional)
hostIP: integer # (optional)
targetPort: integer # (optional)
```

Expand All @@ -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
Expand Down

0 comments on commit 952fd48

Please sign in to comment.