Update registry

This commit is contained in:
dvirlabs 2026-01-05 20:59:40 +02:00
parent 42f0bc7508
commit d020819ec0

View File

@ -8,7 +8,7 @@ global:
backend:
replicaCount: 2
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"
ingress:
@ -29,7 +29,7 @@ backend:
frontend:
replicaCount: 2
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"
env: