Skip to content

Instantly share code, notes, and snippets.

@gui1207
Last active September 1, 2025 14:22
Show Gist options
  • Select an option

  • Save gui1207/a8e344aefcbda20cdc7e409a52c3fda4 to your computer and use it in GitHub Desktop.

Select an option

Save gui1207/a8e344aefcbda20cdc7e409a52c3fda4 to your computer and use it in GitHub Desktop.
Deploy CH2 - Shared Space
<cloudhub2Deployment>
<uri>https://anypoint.mulesoft.com</uri>
<provider>MC</provider>
<environment>${deployment.env}</environment>
<target>${deployment.target}</target>
<muleVersion>${deployment.runtimeVersion}</muleVersion>
<server>${maven.server.id}</server>
<applicationName>${deployment.name}</applicationName>
<replicas>${deployment.replicas}</replicas>
<vCores>${deployment.vCores}</vCores>
<deploymentSettings>
<clustered>${deployment.clustered}</clustered>
<http>
<inbound>
<lastMileSecurity>false</lastMileSecurity>
<forwardSslSession>false</forwardSslSession>
</inbound>
</http>
<generateDefaultPublicUrl>true</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
@gui1207
Copy link
Author

gui1207 commented Oct 26, 2022

List of the 12 regions available for the Share Space - ${deployment.target}:

  • Cloudhub-US-East-1
  • Cloudhub-US-East-2
  • Cloudhub-US-West-1
  • Cloudhub-US-West-2
  • Cloudhub-EU-West-1
  • Cloudhub-EU-West-2
  • Cloudhub-AP-Southeast-1
  • Cloudhub-AP-Southeast-2
  • Cloudhub-AP-Northeast-1
  • Cloudhub-SA-East-1
  • Cloudhub-EU-Central-1
  • Cloudhub-CA-Central-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment