summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/etcd/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/etcd/values.yaml')
-rw-r--r--kubernetes/common/etcd/values.yaml12
1 files changed, 4 insertions, 8 deletions
diff --git a/kubernetes/common/etcd/values.yaml b/kubernetes/common/etcd/values.yaml
index a999b0c530..7f53d22248 100644
--- a/kubernetes/common/etcd/values.yaml
+++ b/kubernetes/common/etcd/values.yaml
@@ -25,7 +25,7 @@ global:
#repository: etcd
repository: "k8s.gcr.io"
-image: "etcd-amd64:2.2.5"
+image: "etcd-amd64:3.2.24"
pullPolicy: Always
# default number of instances in the StatefulSet
@@ -38,16 +38,12 @@ affinity: {}
# probe configuration parameters
liveness:
initialDelaySeconds: 90
- periodSeconds: 10
- timeoutSeconds: 10
+ periodSeconds: 30
+ timeoutSeconds: 5
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
-readiness:
- initialDelaySeconds: 90
- periodSeconds: 10
-
persistence:
enabled: false
## etcd data Persistent Volume Storage Class
@@ -57,7 +53,7 @@ persistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
- storageClass: "-"
+ #storageClass: "-"
accessMode: "ReadWriteOnce"
storage: "1Gi"
mountPath: /dockerdata-nfs