Skip to content

Commit

Permalink
fix(external-dns): add the cabinetpiet domain (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoSplinter authored Nov 26, 2024
1 parent 8b5ec0f commit 718b480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/apps/network/external-dns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ spec:
sources: ["crd", "ingress"]
txtPrefix: k8s.
txtOwnerId: default
domainFilters: ["${SECRET_DOMAIN}"]
domainFilters:
- "${SECRET_DOMAIN}"
- "${SECRET_WEB_CABINET_DOMAIN}"
serviceMonitor:
enabled: true
podAnnotations:
Expand Down

0 comments on commit 718b480

Please sign in to comment.