From 318215188b59972a1ca3d2403c4de886505b5744 Mon Sep 17 00:00:00 2001 From: bp99 Date: Mon, 21 Apr 2025 10:42:36 +0200 Subject: [PATCH] chart-wyoming_piper: use tcp pseudo device instead of nc in probe --- charts/wyoming-piper/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/wyoming-piper/values.yaml b/charts/wyoming-piper/values.yaml index 9d46f53..5043953 100644 --- a/charts/wyoming-piper/values.yaml +++ b/charts/wyoming-piper/values.yaml @@ -82,7 +82,7 @@ readinessProbe: - /bin/sh - -c - >- - echo '{ "type": "describe" }' | nc localhost 10200 + echo '{ "type": "describe" }' > /dev/tcp/localhost/10200 initialDelaySeconds: 15 periodSeconds: 10 timeoutSeconds: 5