mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
330 stars 57 forks source link

add probes API #21

Closed hensur closed 4 years ago

hensur commented 4 years ago

Adds Liveness and Readiness checks by making use of the controller-runtime's healthz package.

These are just some simple probes which guarantee basic functionality.

fixes #12