OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

[Microservices Helm Chart] Add health probes #213

Closed ashwani-opstree closed 2 months ago

ashwani-opstree commented 2 months ago

Please add health probes with following default values

      livenessProbe:
        httpGet:
          path:
          port: http
        initialDelaySeconds: 25
        periodSeconds: 10
        timeoutSeconds: 5
        successThreshold: 1
        failureThreshold: 5
      readinessProbe:
        httpGet:
          path:
          port: http
        initialDelaySeconds: 25
        periodSeconds: 10
        timeoutSeconds: 5
        successThreshold: 1
        failureThreshold: 5
ashwani-opstree commented 2 months ago

This issue has been developed and merged with main branch. closing this issue.