kochetkov-ma / allure-server

Allure Server. Save/ generate / provide allure2 reports in one place
http://allure.iopump.ru
Apache License 2.0
208 stars 62 forks source link

add tcpSocket Probe #85

Open broblond opened 5 months ago

broblond commented 5 months ago

Hello! I noticed a situation: when basic.auth is enabled, startupProbe does not pass. As far as I could find out, they cannot get through the authorization and the container inside k8s crashes. When trying to switch probes to tcpSocket they generally stop working. Now I had to turn them off completely, but from an operational point of view this is not entirely correct

startupProbe: tcpSocket: port: 8080

livenessProbe: tcpSocket: port: 8080

readinessProbe: tcpSocket: port: 8080

ERROR: po/allure-server-deployment container/allure-server: Killing: Container allure-server failed startup probe, will be restarted