feat: change probe #5174
@@ -8,6 +8,7 @@ keywords:
|
||||
home: https://docs.alexlebens.dev/applications/eraser/
|
||||
sources:
|
||||
- https://github.com/kubernetes-sigs/external-dns
|
||||
- https://github.com/kashalls/external-dns-unifi-webhook
|
||||
- https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user