Skip to content

Commit

Permalink
chore: shifting region tag up to include spec/container lines (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin authored Jul 11, 2023
1 parent 4eb808d commit ee95cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-container/hello-nginx-sample/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ spec:
# https://cloud.google.com/run/docs/configuring/containers#container-ordering
run.googleapis.com/container-dependencies: "{hello: [nginx]}"
# [END cloudrun_mc_hello_sidecar_step_deps]
# [START cloudrun_mc_hello_sidecar_step_serving]
spec:
containers:
# A) Serving ingress container "nginx" listening at PORT 8080
# Main entrypoint of multi-container service.
# Source is stored in nginx_config secret in Secret Manager.
# Any pings to this container will proxy over to hello container at PORT 8888.
# https://cloud.google.com/run/docs/container-contract#port
# [START cloudrun_mc_hello_sidecar_step_serving]
- image: nginx
name: nginx
ports:
Expand Down

0 comments on commit ee95cb8

Please sign in to comment.