hashicorp / consul-k8s

First-class support for Consul Service Mesh on Kubernetes
https://www.consul.io/docs/k8s
Mozilla Public License 2.0
668 stars 321 forks source link

Helm: allow customization of container livenessProbe and readinessProbe #4387

Open jukie opened 6 days ago

jukie commented 6 days ago

Community Note


Is your feature request related to a problem? Please describe.

I'd like the ability to configure livenessProbes on the consul-client daemonset container as well as the ability to override the default readinessProbe. This is due to a networking bug unrelated to consul that liveness/readiness probes would allow for better monitoring.

Feature Description

The Helm chart should support configuring container livenessProbe and readinessProbe

Use Case(s)

Contributions

Yes, I've raised #4388