feat: change probe #5174

Merged
alexlebens merged 1 commits from tmp/external-dns into main 2026-03-27 00:29:44 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 7a3c1d7c2e - Show all commits

View File

@@ -8,6 +8,7 @@ keywords:
home: https://docs.alexlebens.dev/applications/eraser/
sources:
- https://github.com/kubernetes-sigs/external-dns
- https://github.com/kashalls/external-dns-unifi-webhook
- https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
maintainers:
- name: alexlebens

View File

@@ -32,5 +32,13 @@ external-dns-unifi:
key: api-key
- name: LOG_LEVEL
value: info
livenessProbe:
httpGet:
path: /healthz
port: http-webhook
readinessProbe:
httpGet:
path: /readyz
port: http-webhook
extraArgs:
- --ignore-ingress-tls-spec