diff --git a/values.yaml b/values.yaml index d3e70b8..023e8d2 100644 --- a/values.yaml +++ b/values.yaml @@ -66,22 +66,20 @@ lions-app: probes: liveness: enabled: true - httpGet: - path: /health/live - port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 - timeoutSeconds: 5 - failureThreshold: 3 - readiness: - enabled: true - httpGet: - path: /health/ready + tcpSocket: port: 8080 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 + readiness: + enabled: true + tcpSocket: + port: 8080 + initialDelaySeconds: 10 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 3 volumes: tmp: