We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4329f commit c57011aCopy full SHA for c57011a
1 file changed
guides/deployment/microservices.md
@@ -466,18 +466,6 @@ resources:
466
```
467
:::
468
469
-Add the *processed-after* property, so that the xsuaa instance is created after the messaging:
470
-
471
-::: code-group
472
-```yaml [mta.yaml]
473
-resources:
474
- ...
475
- - name: samples-auth
476
- processed-after: #[!code ++]
477
- - samples-messaging #[!code ++]
478
-```
479
-:::
480
481
::: details Configure each app for cloud readiness
482
Enable messaging for the modules that use it:
483
@@ -593,7 +581,7 @@ mv app/router .deploy/app-router
593
581
594
582
595
583
::: code-group
596
-```yaml
584
+```yaml [mta.yaml]
597
585
modules:
598
586
...
599
587
- name: samples
0 commit comments