Last active
October 26, 2022 16:23
-
-
Save gui1207/6c5ddf8753b15cde4e74a0048d1a9593 to your computer and use it in GitHub Desktop.
Deploy CH2 - Private Space - Public Endpoint - Custom Domain
This file contains 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>{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