Hello,
I am working with jenkins-operator 0.7.1. and jenkins:2.319.3-lts
I got the following error:
Warning Unhealthy 3s kubelet Readiness probe failed: Get “http://:8080/login”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
in the value.yaml :
LivenessProbe for Jenkins Master pod
livenessProbe:
failureThreshold: 12
httpGet:
path: /login
port: http
scheme: HTTP
initialDelaySeconds: 80
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
ReadinessProbe for Jenkins Master pod
readinessProbe:
failureThreshold: 3
httpGet:
path: /login
port: http
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
Can you please assist me?
Thanks,
Irina Rozalio