kubernetes-deploy: set etcd pod restartPolicy=Always

release-3.4
blueblue 2018-04-25 10:00:18 +08:00
parent f1b3b32745
commit 01996012bb
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ spec:
- containerPort: 2380
name: server
protocol: TCP
restartPolicy: Never
restartPolicy: Always
---
@ -106,7 +106,7 @@ spec:
- containerPort: 2380
name: server
protocol: TCP
restartPolicy: Never
restartPolicy: Always
---
@ -165,7 +165,7 @@ spec:
- containerPort: 2380
name: server
protocol: TCP
restartPolicy: Never
restartPolicy: Always
---