Browse Source

Update etcd pod liveness check params

Vadim Rutkovsky 6 years ago
parent
commit
1bb83e5402
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/etcd/files/etcd.yaml

+ 2 - 2
roles/etcd/files/etcd.yaml

@@ -32,8 +32,8 @@ spec:
        name: master-data
     livenessProbe:
       exec:
-      initialDelaySeconds: 15
-      timeoutSeconds: 10
+      initialDelaySeconds: 45
+    terminationGracePeriodSeconds: 0
   volumes:
   - name: master-config
     hostPath: