This commit is contained in:
havelight-ee
2023-05-04 23:12:21 +09:00
parent 1e5b0b4487
commit 446532dc53

View File

@@ -20,11 +20,11 @@ resource "aws_security_group" "monitoring-allow-security" {
}
ingress {
description = "http fron monitoring"
from_port = 80
to_port = 80
description = "loki"
from_port = 31768
to_port = 31768
protocol = "tcp"
cidr_blocks = ["118.223.123.161/32"]
cidr_blocks = ["172.24.0.0/16"]
}
egress {