launchdarkly / ld-relay-helm

A helm chart to ease deployment of the LaunchDarkly Relay Proxy
Other
6 stars 12 forks source link

fix: Allow overriding scheme for container probes #39

Closed keelerm84 closed 1 year ago

keelerm84 commented 1 year ago

Our liveness and readiness probes will default to HTTP. However, if a customer wishes to enable TLS on the relay, those checks will need to be HTTPS.

To support this option, the probe configuration will be made configurable with our existing behavior as the default. Customers can override the scheme if they wish using

relay.livenessProbe.httpGet.scheme = "HTTPS" relay.readinessProbe.httpGet.scheme = "HTTPS"

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #202337: Fix HTTPS enabled probes.