Update registry
This commit is contained in:
parent
42f0bc7508
commit
d020819ec0
@ -8,7 +8,7 @@ global:
|
|||||||
backend:
|
backend:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
image:
|
image:
|
||||||
repository: <YOUR_ECR_REPOSITORY>/my-recipes-backend # Update with your ECR repository
|
repository: 430842105273.dkr.ecr.eu-central-1.amazonaws.com/my-recipes-backend # Update with your ECR repository
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
@ -29,7 +29,7 @@ backend:
|
|||||||
frontend:
|
frontend:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
image:
|
image:
|
||||||
repository: <YOUR_ECR_REPOSITORY>/my-recipes-frontend # Update with your ECR repository
|
repository: 430842105273.dkr.ecr.eu-central-1.amazonaws.com/my-recipes-frontend # Update with your ECR repository
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user