diff --git a/k8s/values.prod.yaml b/k8s/values.prod.yaml index 439097c..3cb44dc 100644 --- a/k8s/values.prod.yaml +++ b/k8s/values.prod.yaml @@ -33,20 +33,20 @@ cronjob: schedule: "0 */5 * * *" restartPolicy: OnFailure -probes: - healthEndpoint: /api/health - liveness: - initialDelaySeconds: 30 - periodSeconds: 10 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 3 - readiness: - initialDelaySeconds: 30 - periodSeconds: 10 - timeoutSeconds: 5 - successThreshold: 1 - failureThreshold: 3 +# probes: +# healthEndpoint: /api/health +# liveness: +# initialDelaySeconds: 30 +# periodSeconds: 10 +# timeoutSeconds: 5 +# successThreshold: 1 +# failureThreshold: 3 +# readiness: +# initialDelaySeconds: 30 +# periodSeconds: 10 +# timeoutSeconds: 5 +# successThreshold: 1 +# failureThreshold: 3 datadog: enable: true