danihodovic / celery-exporter

A Prometheus exporter for Celery metrics
MIT License
409 stars 90 forks source link

Add Liveness and readiness probe timeout values #238

Closed gciria closed 1 year ago

gciria commented 1 year ago

Added "Liveness and readiness probe timeout values" in values.yaml - To be able to change the timeout values.

    # Liveness and readiness probe timeout values.
    livenessProbe: {}
    #  timeoutSeconds: 5
    #  failureThreshold: 5
    #  periodSeconds: 10
    #  successThreshold: 1
    readinessProbe: {}
    #  timeoutSeconds: 15
    #  failureThreshold: 5
    #  periodSeconds: 10
    #  successThreshold: 1
danihodovic commented 1 year ago

@adinhodovic

danihodovic commented 1 year ago

Obrigado Gustavo