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

The probe script is not being mounted into this pod, causing failures at runtime.

This reverts commit a2e452ae42.

Change-Id: If005ff4244159262c88bfcd85bf2c48caf4b279b
This commit is contained in:
Matt McEuen 2019-05-16 14:17:41 +00:00
parent a2e452ae42
commit 42b72da391
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 * * *"