feat: change probe
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 25s
lint-test-helm / validate-kubeconform (pull_request) Successful in 13s
render-manifests / render-manifests (pull_request) Successful in 46s

This commit is contained in:
2026-03-26 19:27:10 -05:00
parent c3e134ffba
commit 7a3c1d7c2e
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