Skip to content

Commit e46bf46

Browse files
authored
Update DNS records for Jenkins (#310)
1 parent ef10b6a commit e46bf46

File tree

1 file changed

+9
-0
lines changed
  • infra/ansible/roles/knot_authoritative/templates

1 file changed

+9
-0
lines changed

infra/ansible/roles/knot_authoritative/templates/knot.conf.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ acl:
127127
update-owner-match: equal
128128
update-owner-name: acme-challenge.airflow.mesh.nycmesh.net.
129129
key: k8s.lb.prod1
130+
- id: acl-update-jenkins
131+
action: update
132+
update-type: [TXT]
133+
update-owner-match: equal
134+
update-owner-name: acme-challenge.jenkins.mesh.nycmesh.net.
135+
key: k8s.lb.prod1
130136

131137
zone:
132138
- domain: mesh
@@ -167,3 +173,6 @@ zone:
167173
file: themesh.nyc.zone
168174
- domain: 10.in-addr.arpa
169175
- domain: 59.167.199.in-addr.arpa
176+
- domain: jenkins.mesh.nycmesh.net
177+
file: jenkins.mesh.nycmesh.net.zone
178+
acl: acl-update-jenkins

0 commit comments

Comments
 (0)