Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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>${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>
<publicUrl>https://hello-cloudhub-v2.acme-apis.com</publicUrl>
<lastMileSecurity>false</lastMileSecurity>
<forwardSslSession>false</forwardSslSession>
</inbound>
</http>
<generateDefaultPublicUrl>false</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
@llopezpd
Copy link

For enabling the last mile security feature, tag must be inside tags

@gui1207
Copy link
Author

gui1207 commented Sep 1, 2025

Thanks for spotting this @llopezpd. It's updated now.

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