infracloud/scripts/auto-organized/create_mfe_shell_deployment.json

28 lines
795 B
JSON

{
"routes": [
{
"path": "/",
"methods": ["GET"],
"backend": {
"type": "HTTP_BACKEND",
"url": "https://objectstorage.sa-saopaulo-1.oraclecloud.com/n/grbb7qzeuoag/b/mfe-shell-dev/o/index.html",
"connectTimeoutInSeconds": 10,
"readTimeoutInSeconds": 30,
"sendTimeoutInSeconds": 10,
"isSSLVerifyDisabled": true
}
},
{
"path": "/{path*}",
"methods": ["GET"],
"backend": {
"type": "HTTP_BACKEND",
"url": "https://objectstorage.sa-saopaulo-1.oraclecloud.com/n/grbb7qzeuoag/b/mfe-shell-dev/o/${request.path[path]}",
"connectTimeoutInSeconds": 10,
"readTimeoutInSeconds": 30,
"sendTimeoutInSeconds": 10,
"isSSLVerifyDisabled": true
}
}
]
}