User Content, Templates and Resources

You can provision custom resources and user content within each specific pod.

To upload custom resources copy the required files under docker-deploy/resources/tml-<Type>. These files will be available inside the pod, post deployment at /opt/mashery/resources.

While deploying a TIBCO Cloud™ API Management - Local Edition cluster, the resources inside each tml-type folder is uploaded as a secret inside the pod.

Map the tml-type as follows:
TML-Type Secret Name Description
tml-cm cm-resource All configuration manager pods
tml-log log-resource All log service pods
tml-tm tm-resource All traffic managers pods
tml-cache cache-resource All cache pods
tml-sql sql-resource All SQL pods
tml-nosql nosql-resource All NoSQL pods
tml-reporting reporting-resource Reporting pod

For kubernetes platforms, the resources uploaded cannot be modified inside the pod. To modify resources post deployment, recreate and apply the secret. For more information, see kubernetes secrets.

For Docker swarm, you can modify the resources inside the container post deployment.