ressu / kube-plex

Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
Apache License 2.0
104 stars 23 forks source link

Allow custom probes for main Plex pod #3

Closed brandon099 closed 3 years ago

brandon099 commented 3 years ago

The current hard-coded values for the readiness and liveness probes seem a bit fragile. It would be nice to be able to set values here (for example: changing from httpGet to tcpSocket and adjust polling intervals). I'll submit a PR, but wanted to see if there was any preference as to how it was implemented before working on this.

ressu commented 3 years ago

Marking this as closed since I forgot to mark it fixed with the PR. Thanks again.