Back to 'hello' image to distinguish between services

This commit is contained in:
Julio Diez 2023-02-23 19:21:44 +01:00
parent ba0ec82144
commit 8d1edea487
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ variable "custom_domain" {
variable "image" {
description = "Container image to deploy."
type = string
default = "us-docker.pkg.dev/google-samples/containers/gke/whereami:v1.2.19"
default = "us-docker.pkg.dev/cloudrun/container/hello"
}
variable "ingress_settings" {