Skip to content

Commit

Permalink
Change project for preview DNS's
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
  • Loading branch information
ArthurSens committed May 31, 2022
1 parent ad5f38f commit c430850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .werft/jobs/build/deploy-to-preview-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,21 +390,21 @@ async function addDNSRecord(werft: Werft, namespace: string, domain: string, isL
await Promise.all([
createDNSRecord({
domain,
projectId: "gitpod-dev",
projectId: "gitpod-core-dev",
dnsZone: 'gitpod-dev-com',
IP: coreDevIngressIP,
slice: installerSlices.DNS_ADD_RECORD
}),
createDNSRecord({
domain: `*.${domain}`,
projectId: "gitpod-dev",
projectId: "gitpod-core-dev",
dnsZone: 'gitpod-dev-com',
IP: coreDevIngressIP,
slice: installerSlices.DNS_ADD_RECORD
}),
createDNSRecord({
domain: `*.ws-dev.${domain}`,
projectId: "gitpod-dev",
projectId: "gitpod-core-dev",
dnsZone: 'gitpod-dev-com',
IP: wsProxyLBIP,
slice: installerSlices.DNS_ADD_RECORD
Expand Down

0 comments on commit c430850

Please sign in to comment.