diff --git a/values.yaml b/values.yaml index 67489a4..1439cef 100644 --- a/values.yaml +++ b/values.yaml @@ -70,6 +70,7 @@ lions-app: probes: liveness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 30 @@ -78,6 +79,7 @@ lions-app: failureThreshold: 3 readiness: enabled: true + httpGet: null tcpSocket: port: 8080 initialDelaySeconds: 10