Skip to content

Commit

Permalink
More corrections in RUN doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi authored Nov 7, 2024
1 parent 80c15f2 commit 09cdae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ kubectl apply -f build/classes/java/main/META-INF/jkube/kubernetes.yml

### Setup port forwarding

At this point you'd probably like to interact with sanford, huh? We need to setup port-forwarding, so execute:
At this point you'd probably like to interact with sanford-ui, huh? We need to setup port-forwarding, so execute:

```bash
kubectl port-forward service/sanford-ui 8080:8080
Expand Down Expand Up @@ -489,5 +489,5 @@ tanzu domain-binding create sanford-ui --domain sanford-ui.sbx.tpk8s.cloudmonk.m
### Destroy the app

```bash
tanzu app delete sanford -y
tanzu app delete sanford-ui -y
```

0 comments on commit 09cdae7

Please sign in to comment.