Describe the bug
A clear and concise description of what the bug is.
In kubernetes, healthcheck(livenessProbe, startupProbe) access come from semi-fixed in-cluster ip address. And check occurs every 10 seconds by default (= 360 times per hour), the API limitation on the nostream side will be hit and EOF will be returned, resulting in repeated restarts (CrashLoopbackOff).
To Reproduce
Steps to reproduce the behavior:
Deploy nostream to kubernetes with livenessProbe config
Describe the bug A clear and concise description of what the bug is.
In kubernetes, healthcheck(livenessProbe, startupProbe) access come from semi-fixed in-cluster ip address. And check occurs every 10 seconds by default (= 360 times per hour), the API limitation on the nostream side will be hit and EOF will be returned, resulting in repeated restarts (CrashLoopbackOff).
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
healthcheck succeeds without problems and the pod continues to run normally.
System (please complete the following information):