Mise à jour de 'dns/02-etcd.yaml'
Change replica from 1 to 3
This commit is contained in:
parent
72efa08b61
commit
b1a0ecede2
@ -24,7 +24,7 @@ metadata:
|
|||||||
app: etcd-dns
|
app: etcd-dns
|
||||||
spec:
|
spec:
|
||||||
serviceName: "etcd-dns"
|
serviceName: "etcd-dns"
|
||||||
replicas: 1
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: etcd-dns
|
app: etcd-dns
|
||||||
@ -43,7 +43,7 @@ spec:
|
|||||||
name: peer
|
name: peer
|
||||||
env:
|
env:
|
||||||
- name: CLUSTER_SIZE
|
- name: CLUSTER_SIZE
|
||||||
value: "1"
|
value: "3"
|
||||||
- name: SET_NAME
|
- name: SET_NAME
|
||||||
value: "etcd-dns"
|
value: "etcd-dns"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user