|
@@ -117,7 +117,21 @@ variable "internal-rules" {
|
|
{
|
|
{
|
|
type = "ingress"
|
|
type = "ingress"
|
|
from_port = "3333"
|
|
from_port = "3333"
|
|
- to_port = "3339"
|
|
|
|
|
|
+ to_port = "3341"
|
|
|
|
+ protocol = "tcp"
|
|
|
|
+ comment = "Cluster traffic (Internal use)"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ type = "ingress"
|
|
|
|
+ from_port = "3343"
|
|
|
|
+ to_port = "3344"
|
|
|
|
+ protocol = "tcp"
|
|
|
|
+ comment = "Cluster traffic (Internal use)"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ type = "ingress"
|
|
|
|
+ from_port = "36379"
|
|
|
|
+ to_port = "36380"
|
|
protocol = "tcp"
|
|
protocol = "tcp"
|
|
comment = "Cluster traffic (Internal use)"
|
|
comment = "Cluster traffic (Internal use)"
|
|
},
|
|
},
|
|
@@ -135,6 +149,27 @@ variable "internal-rules" {
|
|
protocol = "tcp"
|
|
protocol = "tcp"
|
|
comment = "Traffic from application to RS Discovery Service"
|
|
comment = "Traffic from application to RS Discovery Service"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ type = "ingress"
|
|
|
|
+ from_port = "8002"
|
|
|
|
+ to_port = "8002"
|
|
|
|
+ protocol = "tcp"
|
|
|
|
+ comment = "System health monitoring"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ type = "ingress"
|
|
|
|
+ from_port = "8004"
|
|
|
|
+ to_port = "8004"
|
|
|
|
+ protocol = "tcp"
|
|
|
|
+ comment = "System health monitoring"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ type = "ingress"
|
|
|
|
+ from_port = "8006"
|
|
|
|
+ to_port = "8006"
|
|
|
|
+ protocol = "tcp"
|
|
|
|
+ comment = "System health monitoring"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
type = "ingress"
|
|
type = "ingress"
|
|
from_port = "8443"
|
|
from_port = "8443"
|