From fafba9d0d7b83dcac626cd149d50f79dd54215d9 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 18 Feb 2026 21:30:59 +1100 Subject: [PATCH] added --no-network-family-autoselection --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index c0a277f..72d3ee6 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -47,7 +47,7 @@ spec: - name: TZ value: "Australia/Sydney" - name: NODE_OPTIONS - value: "--dns-result-order=ipv4first" + value: "--dns-result-order=ipv4first --no-network-family-autoselection" - name: OPENCLAW_GATEWAY_TOKEN value: 356a221b029c582ea983c21b8b01a6689fafb1e0182e8af7 volumeMounts: