diff --git a/values.yaml b/values.yaml index 0dc9067..9a74a72 100644 --- a/values.yaml +++ b/values.yaml @@ -73,6 +73,7 @@ lions-app: probes: liveness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 30 @@ -81,6 +82,7 @@ lions-app: failureThreshold: 3 readiness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 10