From 5b9a52d1bc0aa5d8d6a5ad7c358208ed70f79d18 Mon Sep 17 00:00:00 2001 From: Vladislav Leonkev Date: Thu, 5 Jun 2025 16:32:53 +0200 Subject: [PATCH 1/2] add missing file name --- guides/deployment/microservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/deployment/microservices.md b/guides/deployment/microservices.md index 12e87c5c80..4a40e337bf 100644 --- a/guides/deployment/microservices.md +++ b/guides/deployment/microservices.md @@ -593,7 +593,7 @@ mv app/router .deploy/app-router ``` ::: code-group -```yaml +```yaml [mta.yaml] modules: ... - name: samples From e568a8fdf1e5b6261b53ea8a193a86d48e57c8d7 Mon Sep 17 00:00:00 2001 From: Vladislav Leonkev Date: Thu, 5 Jun 2025 16:34:50 +0200 Subject: [PATCH 2/2] processed-after is already added --- guides/deployment/microservices.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/guides/deployment/microservices.md b/guides/deployment/microservices.md index 4a40e337bf..be8accb6a7 100644 --- a/guides/deployment/microservices.md +++ b/guides/deployment/microservices.md @@ -466,18 +466,6 @@ resources: ``` ::: -Add the *processed-after* property, so that the xsuaa instance is created after the messaging: - -::: code-group -```yaml [mta.yaml] -resources: - ... - - name: samples-auth - processed-after: #[!code ++] - - samples-messaging #[!code ++] -``` -::: - ::: details Configure each app for cloud readiness Enable messaging for the modules that use it: