From 2facdc94679f9168f657be1cb0a9faf47d2496e0 Mon Sep 17 00:00:00 2001 From: icechen Date: Wed, 12 Jan 2022 16:45:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=82=E6=97=B6=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?zeus=20=E7=9A=84=20etcd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/brahma/api/murder/deploy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/brahma/api/murder/deploy/templates/deployment.yaml b/app/brahma/api/murder/deploy/templates/deployment.yaml index e2c7b48..507d843 100755 --- a/app/brahma/api/murder/deploy/templates/deployment.yaml +++ b/app/brahma/api/murder/deploy/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: protocol: TCP env: - name: ENDPOINTS - value: 'etcd:2379' + value: 'etcd.zeus:2379' - name: APP_NAME value: {{ .Values.appName }} - name: NAMESPACE