fix webhoook health endpoint
This commit is contained in:
		| @@ -38,13 +38,13 @@ external-dns-unifi: | ||||
|       livenessProbe: | ||||
|         httpGet: | ||||
|           path: /healthz | ||||
|           port: http-wh-metrics | ||||
|           port: http-metrics | ||||
|         initialDelaySeconds: 10 | ||||
|         timeoutSeconds: 5 | ||||
|       readinessProbe: | ||||
|         httpGet: | ||||
|           path: /readyz | ||||
|           port: http-wh-metrics | ||||
|           port: http-metrics | ||||
|         initialDelaySeconds: 10 | ||||
|         timeoutSeconds: 5 | ||||
|   extraArgs: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user