Skip to content

Commit bbc17cf

Browse files
committed
turn off liveness prob on db container
1 parent ebb42bf commit bbc17cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/modules/container-apps/postgres.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module "database_container" {
9393
name = "${var.app_short_name}-db-${var.environment}"
9494
container_app_environment_id = var.container_app_environment_id
9595
docker_image = "postgres:16"
96+
probe_path = null
9697
secret_variables = var.deploy_database_as_container ? { POSTGRES_PASSWORD = resource.random_password.admin_password[0].result } : {}
9798
environment_variables = {
9899
POSTGRES_USER = local.database_user

0 commit comments

Comments
 (0)