diff --git a/Weather/SerialReader/deploy/manifest.yaml b/Weather/SerialReader/deploy/manifest.yaml index f08ef6d..b3bc729 100644 --- a/Weather/SerialReader/deploy/manifest.yaml +++ b/Weather/SerialReader/deploy/manifest.yaml @@ -92,6 +92,14 @@ spec: imagePullPolicy: Always securityContext: privileged: true + livenessProbe: + httpGet: + path: health/health + port: 80 + readinessProbe: + httpGet: + path: health/ready + port: 80 env: - name: Weather__Queue__Host value: weather-queue