Skip to content

Commit

Permalink
Merge pull request kubernetes#7193 from borg-land/hooks-endpoint
Browse files Browse the repository at this point in the history
Create hooks.prow.k8s.io endpoint for GitHub events
  • Loading branch information
k8s-ci-robot authored Aug 19, 2024
2 parents d145afe + 9808923 commit 03c49e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@ prow:
type: A
ttl: 600 # this has needed to change in the past
value: 35.186.196.185
hooks.prow:
- type: A
ttl: 600 # this has needed to change in the past
value: 34.128.150.99
- type: AAAA
ttl: 600 # this has needed to change in the past
value: "2600:1901:0:b465::"
monitoring.prow:
type: A
value: 130.211.20.136
Expand Down

0 comments on commit 03c49e2

Please sign in to comment.