Skip to content

Commit

Permalink
feat: Add flux webhook dns entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKirschbaum committed Sep 15, 2024
1 parent 40f1b92 commit 2869549
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/dns-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ export class DNSStack extends Stack {
name: 'ext-gw'
});

new HostRecord(zone, 'FluxWebhookHome', {
zone,
host: 'gw-01-nue-nc',
name: 'flux-webhook.home'
});

}

private createKirschbaumCloudRecords(zone: IPublicHostedZone) {
Expand Down

0 comments on commit 2869549

Please sign in to comment.