Skip to content

Commit

Permalink
Merge 180d142 into fa2a1e0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored May 25, 2022
2 parents fa2a1e0 + 180d142 commit f767e35
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ $ odo deploy
/ \__/ odo version: v3.0.0-alpha1
\__/
↪ Building & Pushing Container: cdrage/test
↪ Building & Pushing Container: MYUSERNAME/test
• Building image locally ...
✓ Building image locally [880ms]
• Pushing image to container registry ...
Expand All @@ -387,7 +387,9 @@ $ odo deploy
Your Devfile has been successfully deployed
```

Your application has now been deployed to the Kubernetes cluster with Deployment and Service resources.
Your application has now been deployed to the Kubernetes cluster with Deployment, Service and Ingress resources.

Test your application by visiting the `DOMAIN_NAME` variable that you had set in the `devfile.yaml`.

</TabItem>
</Tabs>

0 comments on commit f767e35

Please sign in to comment.