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