From 64020bca85e0d4fab01a2a1bcc8ec2332e7dc8d8 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:04:40 +0300 Subject: [PATCH 01/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 5c013c5..7a25013 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: testapi + name: testapi111 spec: replicas: 2 revisionHistoryLimit: 4 From 9fc3aa78becee9aef6f73096b3f342bcef6d305b Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:04:52 +0300 Subject: [PATCH 02/30] Update deployment.yaml --- resources/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 7a25013..1d3239e 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -7,11 +7,11 @@ spec: revisionHistoryLimit: 4 selector: matchLabels: - app: testapi + app: testapi111 template: metadata: labels: - app: testapi + app: testapi111 spec: containers: - image: olehzahnitko/argocd:1.1.17 From f2324cbee71be4405cd21bdee5d6c33569c65b01 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:05:07 +0300 Subject: [PATCH 03/30] Update svc.yaml --- resources/svc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/svc.yaml b/resources/svc.yaml index 95395d8..b06ae1a 100644 --- a/resources/svc.yaml +++ b/resources/svc.yaml @@ -1,10 +1,10 @@ apiVersion: v1 kind: Service metadata: - name: testapi + name: testapi111 spec: ports: - port: 80 targetPort: 1700 selector: - app: testapi + app: testapi111 From a04d81a4500850aed30dab83517e3124e2316abe Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:14:27 +0300 Subject: [PATCH 04/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 1d3239e..09ec665 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi111 spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: From e77a7bb36ecfff575dc42fdcb52f56d887128773 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 14:39:23 +0300 Subject: [PATCH 05/30] Update svc.yaml --- resources/svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/svc.yaml b/resources/svc.yaml index b06ae1a..33e0c2a 100644 --- a/resources/svc.yaml +++ b/resources/svc.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: testapi111 + name: testapi11123 spec: ports: - port: 80 From 74be115a69c253b1a2cc04e58e8426f895adc9c5 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:04:52 +0300 Subject: [PATCH 06/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 09ec665..edd37b3 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -15,6 +15,6 @@ spec: spec: containers: - image: olehzahnitko/argocd:1.1.17 - name: testapi + name: testapi111 ports: - containerPort: 1700 From 99fb3f32897a2002326a6ac0b66f7df9d87e7dd3 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:05:41 +0300 Subject: [PATCH 07/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index edd37b3..876cea9 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -15,6 +15,6 @@ spec: spec: containers: - image: olehzahnitko/argocd:1.1.17 - name: testapi111 + name: testapi11122 ports: - containerPort: 1700 From 5ed33732f55e6dd99f986e939ef5ced445262317 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:05:47 +0300 Subject: [PATCH 08/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 876cea9..166afd1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -11,7 +11,7 @@ spec: template: metadata: labels: - app: testapi111 + app: testapi11144 spec: containers: - image: olehzahnitko/argocd:1.1.17 From 8cff181ed02eb2d3990d0cb2a1cb643f43ddd317 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:16:17 +0300 Subject: [PATCH 09/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 166afd1..beee3b6 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -11,7 +11,7 @@ spec: template: metadata: labels: - app: testapi11144 + app: testapi111442 spec: containers: - image: olehzahnitko/argocd:1.1.17 From 43d28af57bf3d7413ba71c5d86ba4cdda2214383 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:18:57 +0300 Subject: [PATCH 10/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index beee3b6..773756c 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -15,6 +15,6 @@ spec: spec: containers: - image: olehzahnitko/argocd:1.1.17 - name: testapi11122 + name: testapi ports: - containerPort: 1700 From 38ca2a13bf10c9417ac155189bc8af676e404930 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:21:07 +0300 Subject: [PATCH 11/30] Update deployment.yaml --- resources/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 773756c..8ac4286 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -1,20 +1,20 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: testapi111 + name: testapi-nazar spec: replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: - app: testapi111 + app: testapi-nazar template: metadata: labels: - app: testapi111442 + app: testapi-nazar spec: containers: - image: olehzahnitko/argocd:1.1.17 - name: testapi + name: testapi-nazar ports: - containerPort: 1700 From ab52b6c50bb9b966a161f777133f6bd615a40c7c Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:21:17 +0300 Subject: [PATCH 12/30] Update svc.yaml --- resources/svc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/svc.yaml b/resources/svc.yaml index 33e0c2a..ab9e18c 100644 --- a/resources/svc.yaml +++ b/resources/svc.yaml @@ -1,10 +1,10 @@ apiVersion: v1 kind: Service metadata: - name: testapi11123 + name: testapi-nazar spec: ports: - port: 80 targetPort: 1700 selector: - app: testapi111 + app: testapi-nazar From 2ef472a03f44ef705afaef22ad001f321ebe6888 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:39:10 +0300 Subject: [PATCH 13/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 8ac4286..54dc4c1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 3 + replicas: 2 revisionHistoryLimit: 4 selector: matchLabels: From 3204b1bd16f7c65fd79d2f3495794dfd0a5d1771 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:53:58 +0300 Subject: [PATCH 14/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 54dc4c1..8ac4286 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: From 63a43361b2207c72223ec6a6c5744444492fc6ea Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 17:10:24 +0300 Subject: [PATCH 15/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 8ac4286..54dc4c1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 3 + replicas: 2 revisionHistoryLimit: 4 selector: matchLabels: From 2f897c214bdae2c458f6fb3c3998e5f6feb43981 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 17:11:33 +0300 Subject: [PATCH 16/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 54dc4c1..f87ebb5 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: olehzahnitko/argocd:1.1.17 + - image: mongodb name: testapi-nazar ports: - containerPort: 1700 From ed694afd4b39742c4129d9a4781c6691faa2af03 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 17:17:20 +0300 Subject: [PATCH 17/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index f87ebb5..54dc4c1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: mongodb + - image: olehzahnitko/argocd:1.1.17 name: testapi-nazar ports: - containerPort: 1700 From f2deda97ec9c03e05b63eaf78dd62c14e6f2b5c4 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 17:54:01 +0300 Subject: [PATCH 18/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 54dc4c1..8ac4286 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: From 8e1e523768fd4a072e7dc8a10ee98fdb5ef462a8 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 18:06:08 +0300 Subject: [PATCH 19/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 8ac4286..54dc4c1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 3 + replicas: 2 revisionHistoryLimit: 4 selector: matchLabels: From 59627366e29416716e9390f0be6773450a58289f Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Thu, 20 Aug 2020 18:25:56 +0300 Subject: [PATCH 20/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 54dc4c1..58698b9 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 2 + replicas: 20 revisionHistoryLimit: 4 selector: matchLabels: From 2e6f13d59a24f1ced0dea7149941dc6caaa85cb4 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:25:05 +0300 Subject: [PATCH 21/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 58698b9..54dc4c1 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 20 + replicas: 2 revisionHistoryLimit: 4 selector: matchLabels: From 35c2889708c678ba577ae7f6a898f2c2e991b4c1 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Tue, 25 Aug 2020 15:01:23 +0300 Subject: [PATCH 22/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 54dc4c1..8ac4286 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: From 8c12a9322711c26910d66bdae8342900f00ee834 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:38:50 +0300 Subject: [PATCH 23/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 8ac4286..296c4cb 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: olehzahnitko/argocd:1.1.17 + - image: nazarcodefresh/argo:master name: testapi-nazar ports: - containerPort: 1700 From 7d898886b31d75b43ad83ea80f8a9e238ca82bb9 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:40:24 +0300 Subject: [PATCH 24/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 296c4cb..985b56a 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:master + - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 name: testapi-nazar ports: - containerPort: 1700 From 79a1ab1729e5ee7b6b4c1b5f056d3300f2cb2a9f Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:43:50 +0300 Subject: [PATCH 25/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 985b56a..296c4cb 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 + - image: nazarcodefresh/argo:master name: testapi-nazar ports: - containerPort: 1700 From 67a196a5298f36b1ac47aabc4919654fcba80e14 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 16:25:14 +0300 Subject: [PATCH 26/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 296c4cb..985b56a 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:master + - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 name: testapi-nazar ports: - containerPort: 1700 From 7a24aab9a071828d61377a2ede3c4b7704d92827 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 16:29:44 +0300 Subject: [PATCH 27/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 985b56a..296c4cb 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 + - image: nazarcodefresh/argo:master name: testapi-nazar ports: - containerPort: 1700 From 9c6d89e8e49a4d143d0f74abfc048017e803bee0 Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Wed, 26 Aug 2020 16:33:30 +0300 Subject: [PATCH 28/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 296c4cb..985b56a 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:master + - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 name: testapi-nazar ports: - containerPort: 1700 From 93c2b2876fa9f9c0f1564cd828186658d68e8fdc Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Sun, 30 Aug 2020 11:23:07 +0300 Subject: [PATCH 29/30] Update deployment.yaml --- resources/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index 985b56a..f02dacc 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 3 + replicas: 2 revisionHistoryLimit: 4 selector: matchLabels: @@ -14,7 +14,7 @@ spec: app: testapi-nazar spec: containers: - - image: nazarcodefresh/argo:5f463b22601dbbb67ee7af00 + - image: nazarcodefresh/argo:master name: testapi-nazar ports: - containerPort: 1700 From 10397908a0d70de5e827a48a4df1f2473520bbac Mon Sep 17 00:00:00 2001 From: nazar-codefresh <51325632+nazar-codefresh@users.noreply.github.com> Date: Mon, 31 Aug 2020 18:05:08 +0300 Subject: [PATCH 30/30] Update deployment.yaml --- resources/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/deployment.yaml b/resources/deployment.yaml index f02dacc..296c4cb 100644 --- a/resources/deployment.yaml +++ b/resources/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: testapi-nazar spec: - replicas: 2 + replicas: 3 revisionHistoryLimit: 4 selector: matchLabels: