Skip to content

Commit

Permalink
fix expose command section
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jul 3, 2023
1 parent dc70d14 commit 640b94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/exposing-a-service/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ And then apply the file with:
{{% param cliToolName %}} apply -f svc-web-go.yaml --namespace <namespace>
```

There is also am imperative command to create a service and expose your application which can be used instead of the yaml file with the `{{% param cliToolName %}} apply ...` y command
There is also am imperative command to create a service and expose your application which can be used instead of the yaml file with the `{{% param cliToolName %}} apply ...` command

```bash
```
{{% param cliToolName %}} expose deployment example-web-go --type=ClusterIP --name=example-web-go --port=5000 --target-port=5000 --namespace <namespace>
```

Expand Down

0 comments on commit 640b94a

Please sign in to comment.