From 4c13b4960ef082290729018bcba682059fed7e17 Mon Sep 17 00:00:00 2001 From: Riccardo Della Santa Date: Fri, 10 Feb 2023 15:08:25 +0100 Subject: [PATCH 1/4] Update auth-deploy.yaml configurato il mio Docker Hub account dove ho fatto push dell'immagine Docker costruita da Dockerfile --- src/auth/manifests/auth-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/manifests/auth-deploy.yaml b/src/auth/manifests/auth-deploy.yaml index 877df116..93b0b067 100644 --- a/src/auth/manifests/auth-deploy.yaml +++ b/src/auth/manifests/auth-deploy.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: auth - image: sweasytech/auth + image: armadillo71/auth ports: - containerPort: 5000 envFrom: From 6456836f84d5d13db0e71f2db1cdcce68b6a8d12 Mon Sep 17 00:00:00 2001 From: Riccardo Della Santa Date: Mon, 13 Feb 2023 12:29:44 +0100 Subject: [PATCH 2/4] Update gateway-deploy.yaml cambiato il puntamento di Docker Hub --- src/gateway/manifests/gateway-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/manifests/gateway-deploy.yaml b/src/gateway/manifests/gateway-deploy.yaml index 48695c0c..da2f1631 100644 --- a/src/gateway/manifests/gateway-deploy.yaml +++ b/src/gateway/manifests/gateway-deploy.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: gateway - image: sweasytech/gateway + image: armadillo71/gateway envFrom: - configMapRef: name: gateway-configmap From 553a88137f3722b441d125e4616cc79ceed06c56 Mon Sep 17 00:00:00 2001 From: Riccardo Della Santa Date: Sat, 25 Mar 2023 11:54:22 +0100 Subject: [PATCH 3/4] Update converter-deploy.yaml aggiornato docker hub per converter manifest --- src/converter/manifests/converter-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/converter/manifests/converter-deploy.yaml b/src/converter/manifests/converter-deploy.yaml index 78d05e62..c8324015 100644 --- a/src/converter/manifests/converter-deploy.yaml +++ b/src/converter/manifests/converter-deploy.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: converter - image: sweasytech/converter + image: armadillo71/converter envFrom: - configMapRef: name: converter-configmap From 5f0b42c905c597aaba42178b290d1409da9d6adf Mon Sep 17 00:00:00 2001 From: Riccardo Della Santa Date: Sat, 25 Mar 2023 13:27:27 +0100 Subject: [PATCH 4/4] Update notification-deploy.yaml aggiornate references a docker hub --- src/notification/manifests/notification-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification/manifests/notification-deploy.yaml b/src/notification/manifests/notification-deploy.yaml index 93637546..c4d35a88 100644 --- a/src/notification/manifests/notification-deploy.yaml +++ b/src/notification/manifests/notification-deploy.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: notification - image: sweasytech/notification + image: armadillo71/notification envFrom: - configMapRef: name: notification-configmap