diff --git a/installers/helm/values/mongodb-values.yaml b/installers/helm/values/mongodb-values.yaml index 41ef151a65f193af2588173011b189dfad99e467..e54355bcbc1cc0285855da72ef9fca56e28c25c9 100644 --- a/installers/helm/values/mongodb-values.yaml +++ b/installers/helm/values/mongodb-values.yaml @@ -16,4 +16,17 @@ service: nameOverride: "mongodb-k8s" auth: enabled: false -architecture: "replicaset" \ No newline at end of file +architecture: "replicaset" +livenessProbe: + initialDelaySeconds: 60 + periodSeconds: 30 + timeoutSeconds: 10 + failureThreshold: 10 + successThreshold: 1 +readinessProbe: + initialDelaySeconds: 60 + periodSeconds: 30 + timeoutSeconds: 10 + failureThreshold: 10 + successThreshold: 1 +