diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index 40a11bda..105a12ca 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -26,28 +26,28 @@ freeleaps: limits: cpu: 500m memory: 512Mi - probes: - readiness: - type: httpGet - config: - path: /api/_/readyz - port: 8001 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 120 - successThreshold: 1 - failureThreshold: 15 - liveness: - type: httpGet - config: - path: /api/_/livez - port: 8001 - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 120 - successThreshold: 1 - failureThreshold: 15 - terminationGracePeriodSeconds: 30 + probes: {} + # readiness: + # type: httpGet + # config: + # path: /api/_/readyz + # port: 8001 + # initialDelaySeconds: 30 + # periodSeconds: 30 + # timeoutSeconds: 120 + # successThreshold: 1 + # failureThreshold: 15 + # liveness: + # type: httpGet + # config: + # path: /api/_/livez + # port: 8001 + # initialDelaySeconds: 30 + # periodSeconds: 30 + # timeoutSeconds: 120 + # successThreshold: 1 + # failureThreshold: 15 + # terminationGracePeriodSeconds: 30 services: - name: freeleaps-service type: ClusterIP