Navigation Menu

Skip to content

Commit

Permalink
Update azuredeploy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jul 4, 2020
1 parent 1698c24 commit efb4954
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure/azuredeploy.json
Expand Up @@ -12,9 +12,9 @@
},
"variables": {
"container1name": "routr-server",
"container1image": "fonoster/routr:1.0.0-edge",
"container1image": "fonoster/routr:1.0.0-rc5",
"container2name": "redis-server",
"container2image": "redis:4.0.5-alpine"
"container2image": "redis:6.0.3-alpine"
},
"resources": [
{
Expand All @@ -36,11 +36,11 @@
},
"environmentVariables": [
{
"name": "ROUTR_DS_PROVIDER",
"name": "DATA_SOURCE_PROVIDER",
"value": "redis_data_provider"
},
{
"name": "ROUTR_EXTERN_ADDR",
"name": "EXTERN_ADDR",
"value": "no-op"
}
],
Expand Down Expand Up @@ -111,4 +111,4 @@
"value": "[reference(resourceId('Microsoft.ContainerInstance/containerGroups/', parameters('containerGroupName'))).ipAddress.ip]"
}
}
}
}

0 comments on commit efb4954

Please sign in to comment.