diff --git a/infrastructure/bicep/container-groups/parameters/dev-hb-jusd-usdt.json b/infrastructure/bicep/container-groups/parameters/dev-hb-jusd-usdt.json index 517b7bae9a..3ad619c26c 100644 --- a/infrastructure/bicep/container-groups/parameters/dev-hb-jusd-usdt.json +++ b/infrastructure/bicep/container-groups/parameters/dev-hb-jusd-usdt.json @@ -1,42 +1,42 @@ { - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "fileShareQuota": { - "value": 100 - }, - "containerImage": { - "value": "dfxswiss/hummingbot:beta" - }, - "containerVolumeMounts": { - "value": [ - { - "name": "volume", - "mountPath": "/mnt/hummingbot", - "readOnly": false - } - ] - }, - "containerCPU": { - "value": 0.5 - }, - "containerMemory": { - "value": 1 - }, - "containerEnv": { - "value": [ - { - "name": "BOT_DIR", - "value": "jusd-usdt-dev" - }, - { - "name": "STRATEGY_FILE", - "value": "jusd-usdt-conf_pure_mm.yml" - } - ] + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "fileShareQuota": { + "value": 100 + }, + "containerImage": { + "value": "dfxswiss/hummingbot:beta" + }, + "containerVolumeMounts": { + "value": [ + { + "name": "volume", + "mountPath": "/mnt/hummingbot", + "readOnly": false + } + ] + }, + "containerCPU": { + "value": "0.5" + }, + "containerMemory": { + "value": 1 + }, + "containerEnv": { + "value": [ + { + "name": "BOT_DIR", + "value": "jusd-usdt-dev" }, - "containerCommand": { - "value": [] + { + "name": "STRATEGY_FILE", + "value": "jusd-usdt-conf_pure_mm.yml" } + ] + }, + "containerCommand": { + "value": [] } -} \ No newline at end of file + } +} diff --git a/infrastructure/bicep/container-groups/parameters/prd-hb-jusd-usdt.json b/infrastructure/bicep/container-groups/parameters/prd-hb-jusd-usdt.json index 1f821087e7..274cb289de 100644 --- a/infrastructure/bicep/container-groups/parameters/prd-hb-jusd-usdt.json +++ b/infrastructure/bicep/container-groups/parameters/prd-hb-jusd-usdt.json @@ -1,42 +1,42 @@ { - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "fileShareQuota": { - "value": 100 - }, - "containerImage": { - "value": "dfxswiss/hummingbot:latest" - }, - "containerVolumeMounts": { - "value": [ - { - "name": "volume", - "mountPath": "/mnt/hummingbot", - "readOnly": false - } - ] - }, - "containerCPU": { - "value": 0.5 - }, - "containerMemory": { - "value": 1 - }, - "containerEnv": { - "value": [ - { - "name": "BOT_DIR", - "value": "jusd-usdt" - }, - { - "name": "STRATEGY_FILE", - "value": "jusd-usdt-conf_pure_mm.yml" - } - ] + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "fileShareQuota": { + "value": 100 + }, + "containerImage": { + "value": "dfxswiss/hummingbot:latest" + }, + "containerVolumeMounts": { + "value": [ + { + "name": "volume", + "mountPath": "/mnt/hummingbot", + "readOnly": false + } + ] + }, + "containerCPU": { + "value": "0.5" + }, + "containerMemory": { + "value": 1 + }, + "containerEnv": { + "value": [ + { + "name": "BOT_DIR", + "value": "jusd-usdt" }, - "containerCommand": { - "value": [] + { + "name": "STRATEGY_FILE", + "value": "jusd-usdt-conf_pure_mm.yml" } + ] + }, + "containerCommand": { + "value": [] } -} \ No newline at end of file + } +}