imixs / imixs-cloud

A Lightweight Kubernetes Environment
https://imixs.github.io/imixs-cloud/
GNU General Public License v3.0
200 stars 82 forks source link

Registry - add liveness probe #69

Closed rsoika closed 3 years ago

rsoika commented 3 years ago

Add a http get liveness probe

    # Liveness Probe
    livenessProbe:
      httpGet:
        path: /v2/_catalog
        port: 5000
      initialDelaySeconds: 30
      periodSeconds: 10
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.