From 7c46834666f0aa6712cc0d4d2f9779e245ccfd8b Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Thu, 20 Oct 2022 14:46:05 -0500 Subject: [PATCH 1/2] chore: add dogfood-with-ports --- dogfood/main.tf | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index 0b757336b812c..9c3d302aeeb2b 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -29,9 +29,22 @@ resource "coder_agent" "dev" { startup_script = <&1 | tee ~/.personalize.log; fi EOF @@ -48,7 +61,7 @@ resource "coder_app" "code-server" { healthcheck { url = "http://localhost:13337/healthz" interval = 3 - threshold = 10 + threshold = 20 } } From 54427ed9dc232bdaeef462bbcf1abf54226246e0 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 26 Oct 2022 19:07:51 +0000 Subject: [PATCH 2/2] use code-server release --- dogfood/main.tf | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index 9c3d302aeeb2b..a5e6ca91077b0 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -29,21 +29,12 @@ resource "coder_agent" "dev" { startup_script = <&1 | tee ~/.personalize.log; fi