update jambonz-mini to v0.7.5-rc6

This commit is contained in:
Dave Horton
2022-04-22 12:42:50 -04:00
parent 42b5ad3c7b
commit b7836c4c73
3 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -38,6 +38,7 @@ server {
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}
server {
listen 80;

View File

@@ -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"],