Skip to content

Instantly share code, notes, and snippets.

@gui1207
Last active October 26, 2022 16:23
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/6c5ddf8753b15cde4e74a0048d1a9593 to your computer and use it in GitHub Desktop.
Save gui1207/6c5ddf8753b15cde4e74a0048d1a9593 to your computer and use it in GitHub Desktop.
Deploy CH2 - Private Space - Public Endpoint - Custom Domain
<cloudhub2Deployment>
<uri>https://anypoint.mulesoft.com</uri>
<provider>MC</provider>
<environment>{environment}</environment>
<target>{private-space-name}</target>
<muleVersion>4.4.0</muleVersion>
<server>{server-credentials}</server>
<applicationName>{application-name}</applicationName>
<replicas>1</replicas>
<vCores>0.1</vCores>
<deploymentSettings>
<http>
<inbound>
<publicUrl>https://hello-cloudhub-v2.acme-apis.com</publicUrl>
</inbound>
</http>
<lastMileSecurity>false</lastMileSecurity>
<forwardSslSession>false</forwardSslSession>
<generateDefaultPublicUrl>false</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment