Skip to content

Instantly share code, notes, and snippets.

@gui1207
Last active October 26, 2022 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gui1207/a8e344aefcbda20cdc7e409a52c3fda4 to your computer and use it in GitHub Desktop.
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>{environment}</environment>
<target>{shared-space-name}</target>
<muleVersion>4.4.0</muleVersion>
<server>{server-credentials}</server>
<applicationName>{application-name}</applicationName>
<replicas>1</replicas>
<vCores>0.1</vCores>
<deploymentSettings>
<lastMileSecurity>false</lastMileSecurity>
<forwardSslSession>false</forwardSslSession>
<generateDefaultPublicUrl>true</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
@gui1207
Copy link
Author

gui1207 commented Oct 26, 2022

List of the 12 regions available for the Share Space:

  • 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