Skip to content

Commit

Permalink
update service
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanim16 committed Nov 13, 2024
1 parent 62d1c5a commit ba0403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk_new_app/cdk_new_app_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
"namespace": "maxapp"},
"spec": {
"type": "NodePort",
"ports": [{"port": 80, "targetPort": 3000}],
"ports": [{"port": 3000, "targetPort": 3000}],
"selector": app_label
}
}
Expand Down

0 comments on commit ba0403e

Please sign in to comment.