Skip to content

Commit d3b3168

Browse files
committed
Update port configuration from 5500 to 80 in EKS deployment
1 parent d9bf45f commit d3b3168

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/eks-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CERT_ISSUER_NAME: "war-cert-issuer"
2626

2727
# Application configuration
28-
PORT: "5500"
28+
PORT: "80"
2929
HELM_PATH: "helm-chart"
3030
JOB_STATUS: "succeeded"
3131

helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ securityContext: {}
3838
service:
3939
type: NodePort
4040
ports:
41-
- port: 5500
42-
targetPort: 5500
41+
- port: 80
42+
targetPort: 80
4343

4444
# Health check configuration for liveness and readiness probes
4545
healthChecks:

0 commit comments

Comments
 (0)