Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gui1207/b5194ae550fc1a061fb2f3c9efe77f86 to your computer and use it in GitHub Desktop.
Deploy CH2 - Private Space - No Public Endpoint
<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>false</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment