update(workflows): Updating k8Probe schema inside workflows (#428)
Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
This commit is contained in:
committed by
GitHub
parent
402748a241
commit
ea6e7b427e
@@ -372,14 +372,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
|
||||
|
@@ -377,14 +377,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
|
||||
|
Reference in New Issue
Block a user