From 2ce568778bac2c83419b9b6c2b55e1b119e291d9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Jul 2022 05:32:28 +0000 Subject: [PATCH 1/8] update manifest --- overlays/aws/dev/order-deploy.yaml | 2 +- overlays/azure/dev/order-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/aws/dev/order-deploy.yaml b/overlays/aws/dev/order-deploy.yaml index 58e9da2..6dc3d5f 100644 --- a/overlays/aws/dev/order-deploy.yaml +++ b/overlays/aws/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: public.ecr.aws/nautible/nautible-app-ms-order:52d412cfc7dfb052cd1290f4ca4c0031a5130b3b + image: public.ecr.aws/nautible/nautible-app-ms-order:b2a577981f4a504cf9d7db0888a96fd4998e5e22 env: - name: QUARKUS_PROFILE value: aws-dev diff --git a/overlays/azure/dev/order-deploy.yaml b/overlays/azure/dev/order-deploy.yaml index f974132..6959d00 100644 --- a/overlays/azure/dev/order-deploy.yaml +++ b/overlays/azure/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: nautibledevacr.azurecr.io/nautible-app-ms-order:52d412cfc7dfb052cd1290f4ca4c0031a5130b3b + image: nautibledevacr.azurecr.io/nautible-app-ms-order:b2a577981f4a504cf9d7db0888a96fd4998e5e22 env: - name: QUARKUS_PROFILE value: azure-dev From d9f6ebfcd1ec0c1ba235de16a890cd84300b013f Mon Sep 17 00:00:00 2001 From: Katsuhiro Yamanaka <29446925+ogis-yamanaka@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:37:25 +0900 Subject: [PATCH 2/8] =?UTF-8?q?=E3=82=B7=E3=83=BC=E3=82=AF=E3=83=AC?= =?UTF-8?q?=E3=83=83=E3=83=88=E3=82=AD=E3=83=BC=E3=82=92AZURE=E3=81=A8?= =?UTF-8?q?=E7=B5=B1=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/aws/dev/order-dapr-statestore-redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/aws/dev/order-dapr-statestore-redis.yaml b/overlays/aws/dev/order-dapr-statestore-redis.yaml index 1eb294e..a462fd8 100644 --- a/overlays/aws/dev/order-dapr-statestore-redis.yaml +++ b/overlays/aws/dev/order-dapr-statestore-redis.yaml @@ -19,6 +19,6 @@ spec: - name: redisPassword secretKeyRef: name: secret-nautible-app-ms-order - key: ELASTICACHE_PW + key: DAPR_STATESTORE_PW - name: enableTLS value: true \ No newline at end of file From 27a4d4f7a916c117f51f31f916b773bf1177f383 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Aug 2022 05:23:47 +0000 Subject: [PATCH 3/8] update manifest --- overlays/aws/dev/order-deploy.yaml | 2 +- overlays/azure/dev/order-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/aws/dev/order-deploy.yaml b/overlays/aws/dev/order-deploy.yaml index 6dc3d5f..1085f25 100644 --- a/overlays/aws/dev/order-deploy.yaml +++ b/overlays/aws/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: public.ecr.aws/nautible/nautible-app-ms-order:b2a577981f4a504cf9d7db0888a96fd4998e5e22 + image: public.ecr.aws/nautible/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b env: - name: QUARKUS_PROFILE value: aws-dev diff --git a/overlays/azure/dev/order-deploy.yaml b/overlays/azure/dev/order-deploy.yaml index 6959d00..91a6e11 100644 --- a/overlays/azure/dev/order-deploy.yaml +++ b/overlays/azure/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: nautibledevacr.azurecr.io/nautible-app-ms-order:b2a577981f4a504cf9d7db0888a96fd4998e5e22 + image: nautibledevacr.azurecr.io/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b env: - name: QUARKUS_PROFILE value: azure-dev From 3a771f4ea88b999ba129477f329ce1b611e6a0d7 Mon Sep 17 00:00:00 2001 From: Munenori Saito Date: Wed, 28 Sep 2022 13:53:23 +0900 Subject: [PATCH 4/8] nautible/issues#95 --- overlays/azure/local-dev/dependencies/order-mongo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overlays/azure/local-dev/dependencies/order-mongo.yaml b/overlays/azure/local-dev/dependencies/order-mongo.yaml index 4923ffb..7ac139d 100644 --- a/overlays/azure/local-dev/dependencies/order-mongo.yaml +++ b/overlays/azure/local-dev/dependencies/order-mongo.yaml @@ -43,10 +43,10 @@ spec: command: - sh - -c - - "for i in `seq 1 60`; do mongo mongodb://root:password@localhost:27017/?authSource=admin --quiet && break || true; sleep 5; done \ - && mongo mongodb://root:password@localhost:27017/?authSource=admin --eval 'db.getSiblingDB(\"Common\").createCollection(\"Sequence\");' \ - && mongo mongodb://root:password@localhost:27017/?authSource=admin --eval 'db.getSiblingDB(\"Order\").createCollection(\"Order\");' \ - && mongo mongodb://root:password@localhost:27017/Common?authSource=admin --eval 'db.Sequence.insertOne( { _id: \"Order\", SequenceNumber: NumberInt(0) } );'" + - "for i in `seq 1 60`; do mongostat mongodb://root:password@localhost:27017/?authSource=admin -n 1 && break || true; sleep 5; done \ + && mongosh mongodb://root:password@localhost:27017/Common?authSource=admin --eval 'db.getSiblingDB(\"Common\").createCollection(\"Sequence\");' \ + && mongosh mongodb://root:password@localhost:27017/Order?authSource=admin --eval 'db.getSiblingDB(\"Order\").createCollection(\"Order\");' \ + && mongosh mongodb://root:password@localhost:27017/Common?authSource=admin --eval 'db.Sequence.insertOne( { _id: \"Order\", SequenceNumber: NumberInt(0) } );'" - name: order-mongodb-express image: mongo-express ports: From ffc16b86d597c98b8230ba840e830a61fadbfd3d Mon Sep 17 00:00:00 2001 From: Kashiwazaki Tetsuya Date: Thu, 6 Oct 2022 16:43:23 +0900 Subject: [PATCH 5/8] nautible/issues#64 - quarkus vup --- base/order-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/order-deploy.yaml b/base/order-deploy.yaml index 5f0d059..806f9c3 100644 --- a/base/order-deploy.yaml +++ b/base/order-deploy.yaml @@ -41,13 +41,13 @@ spec: livenessProbe: httpGet: port: 8080 - path: /health/live + path: /q/health/live failureThreshold: 10 periodSeconds: 30 readinessProbe: httpGet: port: 8080 - path: /health/ready + path: /q/health/ready failureThreshold: 10 periodSeconds: 30 From 1b3ab99f3a4b2eb134eeaa1a76bf8e8e7e7291ba Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 Oct 2022 07:49:04 +0000 Subject: [PATCH 6/8] update manifest --- overlays/aws/dev/order-deploy.yaml | 2 +- overlays/azure/dev/order-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/aws/dev/order-deploy.yaml b/overlays/aws/dev/order-deploy.yaml index 1085f25..7fa2c25 100644 --- a/overlays/aws/dev/order-deploy.yaml +++ b/overlays/aws/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: public.ecr.aws/nautible/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b + image: public.ecr.aws/nautible/nautible-app-ms-order:244fd12c75bc8621e5192f23b11f722fe146dde6 env: - name: QUARKUS_PROFILE value: aws-dev diff --git a/overlays/azure/dev/order-deploy.yaml b/overlays/azure/dev/order-deploy.yaml index 91a6e11..71851a4 100644 --- a/overlays/azure/dev/order-deploy.yaml +++ b/overlays/azure/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: nautibledevacr.azurecr.io/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b + image: nautibledevacr.azurecr.io/nautible-app-ms-order:244fd12c75bc8621e5192f23b11f722fe146dde6 env: - name: QUARKUS_PROFILE value: azure-dev From 929a353c2b9ccf9ae89741f0cf6773af3d678a4e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 Oct 2022 08:05:18 +0000 Subject: [PATCH 7/8] update manifest --- overlays/aws/dev/order-deploy.yaml | 2 +- overlays/azure/dev/order-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/aws/dev/order-deploy.yaml b/overlays/aws/dev/order-deploy.yaml index 7fa2c25..9d26c05 100644 --- a/overlays/aws/dev/order-deploy.yaml +++ b/overlays/aws/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: public.ecr.aws/nautible/nautible-app-ms-order:244fd12c75bc8621e5192f23b11f722fe146dde6 + image: public.ecr.aws/nautible/nautible-app-ms-order:ae7346f88ae7d7feb3ddf11cb5c7a77f26ceb879 env: - name: QUARKUS_PROFILE value: aws-dev diff --git a/overlays/azure/dev/order-deploy.yaml b/overlays/azure/dev/order-deploy.yaml index 71851a4..d0904c1 100644 --- a/overlays/azure/dev/order-deploy.yaml +++ b/overlays/azure/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: nautibledevacr.azurecr.io/nautible-app-ms-order:244fd12c75bc8621e5192f23b11f722fe146dde6 + image: nautibledevacr.azurecr.io/nautible-app-ms-order:ae7346f88ae7d7feb3ddf11cb5c7a77f26ceb879 env: - name: QUARKUS_PROFILE value: azure-dev From 0bb34fda77753bfa6135567820f06c8fc7751f10 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 18 Oct 2022 00:38:47 +0000 Subject: [PATCH 8/8] update manifest --- overlays/aws/dev/order-deploy.yaml | 2 +- overlays/azure/dev/order-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/aws/dev/order-deploy.yaml b/overlays/aws/dev/order-deploy.yaml index 1085f25..415b30e 100644 --- a/overlays/aws/dev/order-deploy.yaml +++ b/overlays/aws/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: public.ecr.aws/nautible/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b + image: public.ecr.aws/nautible/nautible-app-ms-order:6e7e99cbba20f9780b99151c0f09cb644b39f241 env: - name: QUARKUS_PROFILE value: aws-dev diff --git a/overlays/azure/dev/order-deploy.yaml b/overlays/azure/dev/order-deploy.yaml index 91a6e11..32e10db 100644 --- a/overlays/azure/dev/order-deploy.yaml +++ b/overlays/azure/dev/order-deploy.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - name: nautible-app-ms-order - image: nautibledevacr.azurecr.io/nautible-app-ms-order:080f8ee6a7005f49c4235b3cf6872cbbe4ec3a0b + image: nautibledevacr.azurecr.io/nautible-app-ms-order:6e7e99cbba20f9780b99151c0f09cb644b39f241 env: - name: QUARKUS_PROFILE value: azure-dev