Last active
September 1, 2025 14:26
-
-
Save gui1207/6c5ddf8753b15cde4e74a0048d1a9593 to your computer and use it in GitHub Desktop.
Deploy CH2 - Private Space - Public Endpoint - Custom Domain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For enabling the last mile security feature, tag must be inside tags