Skip to Content
0
Dec 27, 2022 at 12:23 PM

Multi tenant CAPM apps - sharing same HDI container ?

335 Views

Hello .

I have 5 CAPM projects with different namespaces, which shares the same HDI Container . master-db is shared across all these 5 -srv modules.

resources:
 - name: master-db
   type: org.cloudfoundry.existing-service
   parameters:
     service-name: master-db

Now, I want to enable multi tenancy for these projects . Expectation is , each tenant get an HDI container , but is shared across all the service instance , that tenant accesses.

Also, I can specify a schema name & container name while creating an HDI . How would I do that with MTX enabled ?

Sreehari