We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d89da commit 11c85d1Copy full SHA for 11c85d1
.deploy/service.json
@@ -11,8 +11,8 @@
11
"pythonVersion": "REPLACE_IN_PIPELINE"
12
},
13
"profiles": [
14
- { "name": "loadBalancer", "healthCheckPath": "/health-check/" },
15
- { "name": "healthcheck", "interval": 30 },
+ { "name": "loadBalancer", "healthCheckPath": "REPLACE_IN_PIPELINE" },
+ { "name": "healthcheck", "interval": "REPLACE_IN_PIPELINE" },
16
{
17
"name": "environmentVariables",
18
"variables": {
0 commit comments