Skip to content

add tcpSocket Probe  #85

Description

@broblond

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions