X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fetcd%2Fvalues.yaml;h=3cfd4535f1aa27626def8f07d4bd1bb5a164b499;hb=a18e6f219d98a7b13ffd29d15c0345dce8ea2464;hp=341e35cf777d9b867f85daec80c6acf5844b1705;hpb=56c00a827fea30b5cc71a6a70639ceb7f03ad895;p=oom.git diff --git a/kubernetes/common/etcd/values.yaml b/kubernetes/common/etcd/values.yaml index 341e35cf77..3cfd4535f1 100644 --- a/kubernetes/common/etcd/values.yaml +++ b/kubernetes/common/etcd/values.yaml @@ -24,8 +24,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,18 +37,14 @@ 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 + enabled: true ## etcd data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning @@ -83,4 +78,3 @@ tolerations: [] affinity: {} extraEnv: [] resources: {} -