From d696b612809d38a217355e23f62ac9cd3561e21d Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 14 Jun 2021 16:33:27 -0400 Subject: [PATCH] Remove readyness probe to ensure old pod shuts down --- Weather/SerialReader/deploy/manifest.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Weather/SerialReader/deploy/manifest.yaml b/Weather/SerialReader/deploy/manifest.yaml index 6ba2973..318238c 100644 --- a/Weather/SerialReader/deploy/manifest.yaml +++ b/Weather/SerialReader/deploy/manifest.yaml @@ -96,12 +96,6 @@ spec: httpGet: path: health/health port: 80 - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: health/ready - port: 80 - initialDelaySeconds: 30 env: - name: Weather__Queue__Host value: weather-queue