From 4d963f0f0cbe2af6da79a1d586e2a4710f20ad75 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Fri, 12 Dec 2025 15:42:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=89=80=E6=9C=89=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=20dns=20=E6=9C=8D=E5=8A=A1=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/deployment.yaml b/deployment.yaml index 76335b5e..41f253a6 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -85,6 +85,11 @@ spec: labels: app: zt-module-infra spec: + dnsPolicy: None + dnsConfig: + nameservers: + - "172.16.36.16" + - "172.16.36.220" containers: - name: zt-module-infra image: 172.16.46.66:10043/zt/zt-module-infra:VERSION_PLACEHOLDER @@ -157,6 +162,11 @@ spec: labels: app: zt-module-system spec: + dnsPolicy: None + dnsConfig: + nameservers: + - "172.16.36.16" + - "172.16.36.220" containers: - name: zt-module-system image: 172.16.46.66:10043/zt/zt-module-system:VERSION_PLACEHOLDER @@ -373,6 +383,11 @@ spec: labels: app: zt-module-databus spec: + dnsPolicy: None + dnsConfig: + nameservers: + - "172.16.36.16" + - "172.16.36.220" containers: - name: zt-module-databus image: 172.16.46.66:10043/zt/zt-module-databus:VERSION_PLACEHOLDER @@ -447,6 +462,11 @@ spec: labels: app: zt-module-template spec: + dnsPolicy: None + dnsConfig: + nameservers: + - "172.16.36.16" + - "172.16.36.220" containers: - name: zt-module-template image: 172.16.46.66:10043/zt/zt-module-template:VERSION_PLACEHOLDER