groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Fix readiness/liveness probe warnings #1212

Closed groundhog2k closed 1 year ago

groundhog2k commented 1 year ago

Ghost and Wordpress chart throw warnings in K8s events for liveness/readiness/startup probes.

Ghost logs: Readiness probe warning: Probe terminated redirects, Response body: Moved Permanently. Redirecting to https://localhost:2368/

Wordpress logs: Readiness probe warning: Probe terminated redirects, Response body:

Analyze and fix!