Skip to content

Commit

Permalink
Merge pull request #7 from joshkurz/fix-default-backend
Browse files Browse the repository at this point in the history
fix(service): use default backend that can change paths and ports
  • Loading branch information
warpspeed6 authored May 1, 2023
2 parents 29dc88d + 246efc2 commit 969b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-managed/lb-fargate-service/v1/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ schema:
image:
type: string
description: "The name/url of the container image"
default: "public.ecr.aws/z9d2n7e1/nginx:1.19.5"
default: "public.ecr.aws/aws-containers/proton-demo-image:2d7f777"
minLength: 1
maxLength: 200
env_vars:
Expand Down

0 comments on commit 969b692

Please sign in to comment.