feat: change probe (#5174)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m3s

Reviewed-on: #5174
This commit was merged in pull request #5174.
This commit is contained in:
2026-03-27 00:29:42 +00:00
parent c3e134ffba
commit f09911d84f
2 changed files with 9 additions and 0 deletions

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