From b1a0ecede2e834e597c71b4f9df65cda905f5e53 Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Mon, 21 Nov 2022 19:22:33 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'dns/02-etcd.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change replica from 1 to 3 --- dns/02-etcd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/02-etcd.yaml b/dns/02-etcd.yaml index 23040b9..fede180 100644 --- a/dns/02-etcd.yaml +++ b/dns/02-etcd.yaml @@ -24,7 +24,7 @@ metadata: app: etcd-dns spec: serviceName: "etcd-dns" - replicas: 1 + replicas: 3 selector: matchLabels: app: etcd-dns @@ -43,7 +43,7 @@ spec: name: peer env: - name: CLUSTER_SIZE - value: "1" + value: "3" - name: SET_NAME value: "etcd-dns" volumeMounts: