Merge "Revert "Add Liveness/Readiness probe to calico-etcd.""

This commit is contained in:
Zuul 2019-05-16 19:39:28 +00:00 committed by Gerrit Code Review
commit 8c9be2b5b1
2 changed files with 0 additions and 22 deletions

View File

@ -98,16 +98,6 @@ spec:
value: https://$(POD_IP):{{ .Values.network.service_peer.target_port }}
- name: MANIFEST_PATH
value: /manifests/{{ .Values.service.name }}.yaml
readinessProbe:
exec:
command:
- /tmp/bin/readiness
{{ toYaml .Values.readinessProbe.config | indent 8 }}
livenessProbe:
exec:
command:
- /tmp/bin/readiness
{{ toYaml .Values.livenessProbe.config | indent 8 }}
volumeMounts:
- name: data
mountPath: /var/lib/etcd

View File

@ -143,18 +143,6 @@ pod:
memory: "128Mi"
cpu: "100m"
livenessProbe:
config:
failureThreshold: 10
initialDelaySeconds: 15
periodSeconds: 30
readinessProbe:
config:
failureThreshold: 10
initialDelaySeconds: 15
periodSeconds: 30
jobs:
etcd_backup:
cron: "0 */12 * * *"