From ecc65dd6c2a537f83be0ad2b8d38c84308942af0 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Sat, 30 Nov 2024 19:49:52 +0100 Subject: [PATCH] external-dns: fix port problems with adguard webhook --- apps/external-dns/values.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/apps/external-dns/values.yaml b/apps/external-dns/values.yaml index 3da1588c..596e45d9 100644 --- a/apps/external-dns/values.yaml +++ b/apps/external-dns/values.yaml @@ -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