Skip to content

Commit

Permalink
fix(external-dns): unifi webhook change
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryn3xus committed Sep 22, 2024
1 parent f6d7a2a commit 76a006e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: http-wh-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /readyz
port: http-wh-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
extraArgs:
Expand Down

0 comments on commit 76a006e

Please sign in to comment.