hyapp-deploly/deploy/tencent-tat/inventory.prod.example.json
2026-05-20 16:49:19 +08:00

44 lines
1.1 KiB
JSON

{
"region": "me-saudi-arabia",
"registry": "10.2.1.3:18082/hyapp",
"tat_timeout_seconds": 900,
"tat_poll_seconds": 2,
"clb_task_timeout_seconds": 180,
"clb_poll_seconds": 2,
"service_health_timeout_seconds": 120,
"stabilize_seconds": 5,
"deploy_server": {
"name": "deploy",
"instance_id": "ins-ntmpcd3a",
"public_ip": "43.164.75.199",
"private_ip": "10.2.1.3",
"role": "build/push deploy-platform image and call Tencent TAT/CLB APIs"
},
"hosts": {
"deploy-platform-1": {
"instance_id": "REPLACE_INSTANCE_ID",
"private_ip": "REPLACE_PRIVATE_IP"
}
},
"services": {
"deploy-platform": {
"unit": "hyapp-deploy-platform",
"container": "hyapp-deploy-platform",
"env_file": "/etc/hyapp/deploy-platform/docker.env",
"image_template": "${REGISTRY}/deploy-platform:${TAG}",
"target_port": 29200,
"hosts": [
"deploy-platform-1"
],
"clb": {
"enabled": false,
"load_balancer_id": "AUTO",
"listener_ids": [
"AUTO"
],
"drain_seconds": 5
}
}
}
}