chart-wyoming_piper: use tcp pseudo device instead of nc in probe
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user