Last active
September 1, 2025 14:24
-
-
Save gui1207/b5194ae550fc1a061fb2f3c9efe77f86 to your computer and use it in GitHub Desktop.
Deploy CH2 - Private Space - No Public Endpoint
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> | |
| <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