From 2b2404c6f276ffd7c9af8d287dda17536e8a3902 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 3 Feb 2026 11:15:48 +0800 Subject: [PATCH] =?UTF-8?q?base=20=E6=A8=A1=E5=9D=97=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=20dns=20=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index dad4a1de..1c6340bd 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -20,6 +20,11 @@ spec: labels: app: base-server spec: + dnsConfig: + nameservers: + - 172.16.36.16 + - 172.16.36.220 + dnsPolicy: None containers: - name: base-server image: 172.16.46.66:10043/yudao/base-server:VERSION_PLACEHOLDER