Skip to content

Commit

Permalink
Merge pull request #7 from Sanim16/feat-new1
Browse files Browse the repository at this point in the history
update service
  • Loading branch information
Sanim16 authored Nov 13, 2024
2 parents 62d1c5a + ba0403e commit 9294ddc
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 9294ddc

Please sign in to comment.