fix webhoook health endpoint

This commit is contained in:
2024-09-16 15:44:51 -05:00
parent a57e06054f
commit 1c544b75b4

View File

@@ -38,13 +38,13 @@ external-dns-unifi:
livenessProbe:
httpGet:
path: /healthz
port: http-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /readyz
port: http-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
extraArgs: