Skip to content

Commit 6af6428

Browse files
committed
docs(workflow): arrangement install-workflow
1 parent 3c91d00 commit 6af6428

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/installing-workflow/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ After installing Workflow, [register a user and deploy an application](../quicks
142142

143143
## Configure DNS
144144

145-
User must to set up a hostname, and assumes the `drycc.$host` convention.
145+
User must to set up a hostname, and assumes the `drycc-builder.$host` convention.
146146

147-
We need to point the `drycc.$host` record to the public IP address of your builder. You can get the public IP using the following command. A wildcard entry is necessary here as apps will use the same rule after they are deployed.
147+
We need to point the `drycc-builder.$host` record to the public IP address of your builder. You can get the public IP using the following command. A wildcard entry is necessary here as apps will use the same rule after they are deployed.
148148

149149
```
150150
$ kubectl get svc drycc-builder --namespace drycc
@@ -159,7 +159,7 @@ If we were using `drycc.cc` as a hostname, we would need to create the following
159159
| ---------------------------- |:-------------:| --------------:|
160160
| drycc-builder.drycc.cc | A | 138.91.243.152 |
161161

162-
Once all of the pods are in the `READY` state, and `drycc.$host` resolves to the external IP found above, Workflow is up and running!
162+
Once all of the pods are in the `READY` state, and `drycc-builder.$host` resolves to the external IP found above, Workflow is up and running!
163163

164164
After installing Workflow, [register a user and deploy an application](../quickstart/deploy-an-app.md).
165165

0 commit comments

Comments
 (0)