Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployment instructions for Hello World application #5

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion quickstarts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ spec:
syncOptions:
- CreateNamespace=true
```
In the template file, you'll need to update the value `REPLACE_THIS_VALUE` with your `apps` cluster domain. Let's assume your cluster domain is "apps.nonprod.antoniostacos.glueopshosted.com". Replace the value with something like: `hello-world.apps.nonprod.antoniostacos.glueopshosted.com`. Save the file and commit it to the repository.

The one change you will need to make is updating: `REPLACE_THIS_VALUE` to use your `apps` cluster domain. For this example, we will assume "apps.nonprod.antoniostacos.glueopshosted.com" So change the value to something like: `hello-world.apps.nonprod.antoniostacos.glueopshosted.com` and then save the file and check it into the repository. Within seconds you should see the app running at: https://hello-world.apps.nonprod.antoniostacos.glueopshosted.com
Within seconds, you should see the app running at: https://hello-world.apps.nonprod.antoniostacos.glueopshosted.com