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: 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 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 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