@@ -42,7 +42,7 @@ spec:
|
|||||||
- name: install-application
|
- name: install-application
|
||||||
container:
|
container:
|
||||||
image: litmuschaos/litmus-app-deployer:latest
|
image: litmuschaos/litmus-app-deployer:latest
|
||||||
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"] #for resilient provide type flagName as resilient(-typeName=resilient)
|
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"]
|
||||||
|
|
||||||
- name: install-pod-delete
|
- name: install-pod-delete
|
||||||
inputs:
|
inputs:
|
||||||
@@ -160,7 +160,7 @@ spec:
|
|||||||
- "patch"
|
- "patch"
|
||||||
- "update"
|
- "update"
|
||||||
- "delete"
|
- "delete"
|
||||||
image: "litmuschaos/go-runner:ci"
|
image: "litmuschaos/go-runner:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
@@ -384,7 +384,11 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
@@ -451,7 +455,11 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
@@ -518,15 +526,19 @@ spec:
|
|||||||
- name: pod-delete
|
- name: pod-delete
|
||||||
spec:
|
spec:
|
||||||
probe:
|
probe:
|
||||||
- name: "check-frontend-catalogue-access-url"
|
- name: "check-frontend-access-url"
|
||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 5
|
probeTimeout: 2
|
||||||
interval: 2
|
interval: 1
|
||||||
retry: 2
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-benchmark"
|
- name: "check-benchmark"
|
||||||
@@ -594,12 +606,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-benchmark"
|
- name: "check-benchmark"
|
||||||
type: "cmdProbe"
|
type: "cmdProbe"
|
||||||
|
@@ -46,7 +46,7 @@ spec:
|
|||||||
- name: install-application
|
- name: install-application
|
||||||
container:
|
container:
|
||||||
image: litmuschaos/litmus-app-deployer:latest
|
image: litmuschaos/litmus-app-deployer:latest
|
||||||
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"] #for resilient provide type flagName as resilient(-typeName=resilient)
|
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"]
|
||||||
|
|
||||||
- name: install-pod-delete
|
- name: install-pod-delete
|
||||||
inputs:
|
inputs:
|
||||||
@@ -164,7 +164,7 @@ spec:
|
|||||||
- "patch"
|
- "patch"
|
||||||
- "update"
|
- "update"
|
||||||
- "delete"
|
- "delete"
|
||||||
image: "litmuschaos/go-runner:ci"
|
image: "litmuschaos/go-runner:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
@@ -419,12 +419,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
@@ -482,12 +486,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-benchmark"
|
- name: "check-benchmark"
|
||||||
type: "cmdProbe"
|
type: "cmdProbe"
|
||||||
@@ -505,7 +513,7 @@ spec:
|
|||||||
retry: 1
|
retry: 1
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
components:
|
components:
|
||||||
experimentImage: "litmuschaos/go-runner:ci"
|
experimentImage: "litmuschaos/go-runner:latest"
|
||||||
env:
|
env:
|
||||||
- name: TARGET_CONTAINER
|
- name: TARGET_CONTAINER
|
||||||
value: ''
|
value: ''
|
||||||
@@ -552,12 +560,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-benchmark"
|
- name: "check-benchmark"
|
||||||
type: "cmdProbe"
|
type: "cmdProbe"
|
||||||
@@ -620,16 +632,20 @@ spec:
|
|||||||
- name: pod-delete
|
- name: pod-delete
|
||||||
spec:
|
spec:
|
||||||
probe:
|
probe:
|
||||||
- name: "check-frontend-catalogue-access-url"
|
- name: "check-frontend-access-url"
|
||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-benchmark"
|
- name: "check-benchmark"
|
||||||
type: "cmdProbe"
|
type: "cmdProbe"
|
||||||
|
@@ -42,7 +42,7 @@ spec:
|
|||||||
- name: install-application
|
- name: install-application
|
||||||
container:
|
container:
|
||||||
image: litmuschaos/litmus-app-deployer:latest
|
image: litmuschaos/litmus-app-deployer:latest
|
||||||
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"] #for resilient provide type flagName as resilient(-typeName=resilient)
|
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"]
|
||||||
|
|
||||||
- name: install-pod-delete
|
- name: install-pod-delete
|
||||||
inputs:
|
inputs:
|
||||||
@@ -160,7 +160,7 @@ spec:
|
|||||||
- "patch"
|
- "patch"
|
||||||
- "update"
|
- "update"
|
||||||
- "delete"
|
- "delete"
|
||||||
image: "litmuschaos/go-runner:ci"
|
image: "litmuschaos/go-runner:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
@@ -312,7 +312,11 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
@@ -380,7 +384,11 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
@@ -446,15 +454,19 @@ spec:
|
|||||||
- name: pod-delete
|
- name: pod-delete
|
||||||
spec:
|
spec:
|
||||||
probe:
|
probe:
|
||||||
- name: "check-frontend-catalogue-access-url"
|
- name: "check-frontend-access-url"
|
||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 5
|
probeTimeout: 2
|
||||||
interval: 2
|
interval: 1
|
||||||
retry: 2
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-probe-success"
|
- name: "check-probe-success"
|
||||||
@@ -619,12 +631,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
|
@@ -46,7 +46,7 @@ spec:
|
|||||||
- name: install-application
|
- name: install-application
|
||||||
container:
|
container:
|
||||||
image: litmuschaos/litmus-app-deployer:latest
|
image: litmuschaos/litmus-app-deployer:latest
|
||||||
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"] #for resilient provide type flagName as resilient(-typeName=resilient)
|
args: ["-namespace=sock-shop","-typeName=resilient", "-timeout=400"]
|
||||||
|
|
||||||
- name: install-pod-delete
|
- name: install-pod-delete
|
||||||
inputs:
|
inputs:
|
||||||
@@ -164,7 +164,7 @@ spec:
|
|||||||
- "patch"
|
- "patch"
|
||||||
- "update"
|
- "update"
|
||||||
- "delete"
|
- "delete"
|
||||||
image: "litmuschaos/go-runner:ci"
|
image: "litmuschaos/go-runner:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
@@ -316,12 +316,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-probe-success"
|
- name: "check-probe-success"
|
||||||
type: "promProbe"
|
type: "promProbe"
|
||||||
@@ -337,7 +341,7 @@ spec:
|
|||||||
interval: 5
|
interval: 5
|
||||||
retry: 1
|
retry: 1
|
||||||
components:
|
components:
|
||||||
experimentImage: "litmuschaos/go-runner:ci"
|
experimentImage: "litmuschaos/go-runner:latest"
|
||||||
env:
|
env:
|
||||||
- name: TARGET_CONTAINER
|
- name: TARGET_CONTAINER
|
||||||
value: ''
|
value: ''
|
||||||
@@ -385,12 +389,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
url: "http://front-end.sock-shop.svc.cluster.local:80"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-probe-success"
|
- name: "check-probe-success"
|
||||||
type: "promProbe"
|
type: "promProbe"
|
||||||
@@ -451,16 +459,20 @@ spec:
|
|||||||
- name: pod-delete
|
- name: pod-delete
|
||||||
spec:
|
spec:
|
||||||
probe:
|
probe:
|
||||||
- name: "check-frontend-catalogue-access-url"
|
- name: "check-frontend-access-url"
|
||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
- name: "check-probe-success"
|
- name: "check-probe-success"
|
||||||
type: "promProbe"
|
type: "promProbe"
|
||||||
@@ -624,12 +636,16 @@ spec:
|
|||||||
type: "httpProbe"
|
type: "httpProbe"
|
||||||
httpProbe/inputs:
|
httpProbe/inputs:
|
||||||
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
url: "http://front-end.sock-shop.svc.cluster.local:80/cards"
|
||||||
expectedResponseCode: "200"
|
insecureSkipVerify: false
|
||||||
|
method:
|
||||||
|
get:
|
||||||
|
criteria: "=="
|
||||||
|
responseCode: "200"
|
||||||
mode: "Continuous"
|
mode: "Continuous"
|
||||||
runProperties:
|
runProperties:
|
||||||
probeTimeout: 2
|
probeTimeout: 2
|
||||||
interval: 1
|
interval: 1
|
||||||
retry: 1
|
retry: 2
|
||||||
probePollingInterval: 1
|
probePollingInterval: 1
|
||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user