chart-wyoming_piper: use tcp pseudo device instead of nc in probe

This commit is contained in:
2025-04-21 10:42:36 +02:00
parent a4425303c4
commit 318215188b

View File

@ -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