Skip to content

Commit

Permalink
Merge pull request #13 from Sanim16/feat-new7
Browse files Browse the repository at this point in the history
update deployment
  • Loading branch information
Sanim16 authored Nov 13, 2024
2 parents 4dd28a8 + 4dc6bb5 commit df22011
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 @@ -84,7 +84,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
}],
"containers": [{
"name": "max-app",
"image": "paulbouwer/hello-kubernetes:1.5",
"image": "public.ecr.aws/j0l0w3g7/node-ecr-repo:latest",
"ports": [{"containerPort": 3000}],
"resources": {
"requests": {
Expand Down

0 comments on commit df22011

Please sign in to comment.