You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses httpGet on port 80; it needs to be configurable to use port 443 and specify https as the 'scheme' or it fails nastily with intermittent 503 errors if an ingress is used that forces https.
TLS is going to be terminated in ambassador, internal comm will be 80 (at least for now). I believe we can add expose probe scheme and port as variables.
In #55 you added a readiness check to nginx.
It uses httpGet on port 80; it needs to be configurable to use port 443 and specify https as the 'scheme' or it fails nastily with intermittent 503 errors if an ingress is used that forces https.
See https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes for docs
I would make a PR but I'm not sure how you're planning to setup https, how you want to arrange the values.yaml for that.
The text was updated successfully, but these errors were encountered: