From dfb9587f8e7aaf56a8b70c189cdf999f2a02c2d4 Mon Sep 17 00:00:00 2001 From: oumkale Date: Wed, 17 Feb 2021 01:04:46 +0530 Subject: [PATCH] sock-shop workflow Signed-off-by: oumkale --- .../{usingcmdprobe => usingCmdProbe}/workflow.yaml | 4 ++-- .../{usingcmdprobe => usingCmdProbe}/workflow_cron.yaml | 4 ++-- .../{usingpromppobe => usingPromProbe}/workflow.yaml | 4 ++-- .../{usingpromppobe => usingPromProbe}/workflow_cron.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename workflows/sock-shop-demo/{usingcmdprobe => usingCmdProbe}/workflow.yaml (99%) rename workflows/sock-shop-demo/{usingcmdprobe => usingCmdProbe}/workflow_cron.yaml (99%) rename workflows/sock-shop-demo/{usingpromppobe => usingPromProbe}/workflow.yaml (99%) rename workflows/sock-shop-demo/{usingpromppobe => usingPromProbe}/workflow_cron.yaml (99%) diff --git a/workflows/sock-shop-demo/usingcmdprobe/workflow.yaml b/workflows/sock-shop-demo/usingCmdProbe/workflow.yaml similarity index 99% rename from workflows/sock-shop-demo/usingcmdprobe/workflow.yaml rename to workflows/sock-shop-demo/usingCmdProbe/workflow.yaml index 6728751..09ffbc5 100644 --- a/workflows/sock-shop-demo/usingcmdprobe/workflow.yaml +++ b/workflows/sock-shop-demo/usingCmdProbe/workflow.yaml @@ -526,7 +526,7 @@ spec: - name: pod-delete spec: probe: - - name: "check-frontend-access-url" + - name: "check-catalogue-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue" @@ -602,7 +602,7 @@ spec: - name: pod-network-loss spec: probe: - - name: "check-frontend-access-url" + - name: "check-cards-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/cards" diff --git a/workflows/sock-shop-demo/usingcmdprobe/workflow_cron.yaml b/workflows/sock-shop-demo/usingCmdProbe/workflow_cron.yaml similarity index 99% rename from workflows/sock-shop-demo/usingcmdprobe/workflow_cron.yaml rename to workflows/sock-shop-demo/usingCmdProbe/workflow_cron.yaml index 4e01f81..2eb8af4 100644 --- a/workflows/sock-shop-demo/usingcmdprobe/workflow_cron.yaml +++ b/workflows/sock-shop-demo/usingCmdProbe/workflow_cron.yaml @@ -415,7 +415,7 @@ spec: - name: pod-network-loss spec: probe: - - name: "check-frontend-access-url" + - name: "check-cards-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/cards" @@ -632,7 +632,7 @@ spec: - name: pod-delete spec: probe: - - name: "check-frontend-access-url" + - name: "check-catalogue-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue" diff --git a/workflows/sock-shop-demo/usingpromppobe/workflow.yaml b/workflows/sock-shop-demo/usingPromProbe/workflow.yaml similarity index 99% rename from workflows/sock-shop-demo/usingpromppobe/workflow.yaml rename to workflows/sock-shop-demo/usingPromProbe/workflow.yaml index b4d02dc..433f8da 100644 --- a/workflows/sock-shop-demo/usingpromppobe/workflow.yaml +++ b/workflows/sock-shop-demo/usingPromProbe/workflow.yaml @@ -454,7 +454,7 @@ spec: - name: pod-delete spec: probe: - - name: "check-frontend-access-url" + - name: "check-catalogue-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue" @@ -627,7 +627,7 @@ spec: - name: pod-network-loss spec: probe: - - name: "check-frontend-access-url" + - name: "check-cards-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/cards" diff --git a/workflows/sock-shop-demo/usingpromppobe/workflow_cron.yaml b/workflows/sock-shop-demo/usingPromProbe/workflow_cron.yaml similarity index 99% rename from workflows/sock-shop-demo/usingpromppobe/workflow_cron.yaml rename to workflows/sock-shop-demo/usingPromProbe/workflow_cron.yaml index db76a48..1166f53 100644 --- a/workflows/sock-shop-demo/usingpromppobe/workflow_cron.yaml +++ b/workflows/sock-shop-demo/usingPromProbe/workflow_cron.yaml @@ -459,7 +459,7 @@ spec: - name: pod-delete spec: probe: - - name: "check-frontend-access-url" + - name: "check-catalogue-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/catalogue" @@ -632,7 +632,7 @@ spec: - name: pod-network-loss spec: probe: - - name: "check-frontend-access-url" + - name: "check-cards-access-url" type: "httpProbe" httpProbe/inputs: url: "http://front-end.sock-shop.svc.cluster.local:80/cards"