Skip to content

Commit 7cdc3cd

Browse files
jameslaneovermindDavidS-ovm
authored andcommitted
Change application port from 8080 to 9090
Update the Tomcat application port configuration to use port 9090 instead of 8080. This change affects: - ECS task definition container port mappings - Load balancer target group health checks - Security group ingress rules - ALB listener configurations
1 parent 15caa4e commit 7cdc3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scenarios/memory-optimization/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ variable "deregistration_delay" {
100100
variable "application_port" {
101101
description = "Port the Tomcat application listens on"
102102
type = number
103-
default = 8080
103+
default = 9090
104104
}
105105

106106
variable "cpu_units" {

0 commit comments

Comments
 (0)