razee-io / Razee

Overview and docs
Apache License 2.0
423 stars 36 forks source link

Ensure all deployments have proper Kube checks and limits in place #118

Closed mckaymic closed 4 years ago

mckaymic commented 4 years ago

This is needed for SatCon beta.

alewitt2 commented 4 years ago

is it necessary to have readiness? i dont think any of our deployments take requests from kube, so i dont think we would need that. apart from readiness, we have all the others except for ClusterSubscription is missing a liveness check.. fyi: @dalehille

mckaymic commented 4 years ago

We are good with no readniness checks since we don't have any inbound traffic

nathanleviere commented 4 years ago

merged