Skip to content

Commit

Permalink
Merge pull request #631 from acend/route-port
Browse files Browse the repository at this point in the history
Add port parameter to create route command
  • Loading branch information
bliemli authored Nov 18, 2024
2 parents cc6d879 + 2067226 commit 8cc9a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/scaling/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ oc expose deployment example-web-app --name="example-web-app" --port={{% param "
Then the route:

```bash
oc create route edge example-web-app --service example-web-app --namespace <namespace>
oc create route edge example-web-app --port 5000 --service example-web-app --namespace <namespace>
```

{{% /onlyWhen %}}
Expand Down

0 comments on commit 8cc9a31

Please sign in to comment.