Skip to content

Commit

Permalink
Update external-dns.rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Sep 23, 2024
1 parent d48e258 commit 133d337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
annotations:
description: '{{`external-dns in namespace {{ $labels.namespace }}) is down.`}}'
opsrecipe: external-dns-down/
expr: label_replace(up{container=~"external-dns", provider=~"aws|capa|capz|eks"}, "ip", "$1.$2.$3.$4", "node", "ip-(\\d+)-(\\d+)-(\\d+)-(\\d+).*") == 0
expr: label_replace(up{container="external-dns", provider=~"aws|capa|capz|eks"}, "ip", "$1.$2.$3.$4", "node", "ip-(\\d+)-(\\d+)-(\\d+)-(\\d+).*") == 0
for: 15m
labels:
area: platform
Expand Down

0 comments on commit 133d337

Please sign in to comment.