Skip to content

Commit

Permalink
external-dns: fix port problems with adguard webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 30, 2024
1 parent ace7c62 commit ecc65dd
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions apps/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,8 @@ sidecars:
- name: adguard-webhook
image: ghcr.io/muhlba91/external-dns-provider-adguard:v8.0.0
ports:
- containerPort: 8888
- containerPort: 8080
name: http
livenessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
timeoutSeconds: 5
env:
- name: LOG_LEVEL
value: debug
Expand Down

0 comments on commit ecc65dd

Please sign in to comment.