Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tcpSocket Probe #85

Open
broblond opened this issue Apr 2, 2024 · 0 comments
Open

add tcpSocket Probe #85

broblond opened this issue Apr 2, 2024 · 0 comments

Comments

@broblond
Copy link

broblond commented Apr 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant