mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-01-25 02:08:27 +00:00
update jambonz-mini to v0.7.5-rc6
This commit is contained in:
@@ -61,7 +61,7 @@ Parameters:
|
||||
Mappings:
|
||||
AWSRegion2AMI:
|
||||
us-east-1:
|
||||
Ami: ami-0e2b5e5e6a5fa46ce
|
||||
Ami: ami-0e3b870e22e6d02d3
|
||||
Resources:
|
||||
VPC:
|
||||
Type: 'AWS::EC2::VPC'
|
||||
@@ -189,6 +189,11 @@ Resources:
|
||||
FromPort: 9080
|
||||
ToPort: 9080
|
||||
CidrIp: !Ref AllowedHttpCidr
|
||||
- Description: jaeger
|
||||
IpProtocol: tcp
|
||||
FromPort: 16686
|
||||
ToPort: 16686
|
||||
CidrIp: !Ref AllowedHttpCidr
|
||||
- Description: grafana
|
||||
IpProtocol: tcp
|
||||
FromPort: 3000
|
||||
|
||||
@@ -38,6 +38,7 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"ami_description": "jambonz all-in-one AMI",
|
||||
"instance_type": "t2.xlarge",
|
||||
"drachtio_version": "v0.8.16",
|
||||
"jambonz_version": "v0.7.4",
|
||||
"jambonz_version": "v0.7.5-rc6",
|
||||
"jambonz_user": "admin",
|
||||
"jambonz_password": "JambonzR0ck$",
|
||||
"install_telegraf": "yes",
|
||||
@@ -25,7 +25,7 @@
|
||||
"source_ami_filter": {
|
||||
"filters": {
|
||||
"virtualization-type": "hvm",
|
||||
"name": "debian-10-{{user `architecture`}}-*",
|
||||
"name": "debian-10-amd64-*",
|
||||
"root-device-type": "ebs"
|
||||
},
|
||||
"owners": ["136693071363"],
|
||||
|
||||
Reference in New Issue
Block a user