diff --git a/values.yaml b/values.yaml index b2936e1..e600012 100644 --- a/values.yaml +++ b/values.yaml @@ -74,6 +74,7 @@ lions-app: probes: liveness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 30 @@ -82,6 +83,7 @@ lions-app: failureThreshold: 3 readiness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 10