mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #9627 from shenlanse/update-k8s-deploy
kubernetes-deploy: set etcd pod restartPolicy=Always
This commit is contained in:
commit
189d24e00f
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user