update(workflows): Updating k8Probe schema inside workflows (#428)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
This commit is contained in:
Shubham Chaudhary
2021-03-15 23:59:35 +05:30
committed by GitHub
parent 402748a241
commit ea6e7b427e
4 changed files with 28 additions and 32 deletions

View File

@@ -378,14 +378,13 @@ spec:
- name: "check-catalogue-db-cr-status"
type: "k8sProbe"
k8sProbe/inputs:
command:
group: ""
version: "v1"
resource: "pods"
namespace: "sock-shop"
fieldSelector: "status.phase=Running"
labelSelector: "name=catalogue-db"
operation: "present"
group: ""
version: "v1"
resource: "pods"
namespace: "sock-shop"
fieldSelector: "status.phase=Running"
labelSelector: "name=catalogue-db"
operation: "present"
mode: "Continuous"
runProperties:
probeTimeout: 1