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
While one can set livenessEnabled to false, this creates a manifest with an "empty" livenessProbe: livenessProbe: {}
This gets rejected by Kubernetes:
The Deployment "kvoltoweb-plone-backend-deployment-c884a954" is invalid: spec.template.spec.containers[0].livenessProbe: Required value: must specify a handler type
Disabling livenessProbes would need to remove it from the manifest completely, including the key.
The text was updated successfully, but these errors were encountered:
While one can set livenessEnabled to false, this creates a manifest with an "empty" livenessProbe:
livenessProbe: {}
This gets rejected by Kubernetes:
Disabling livenessProbes would need to remove it from the manifest completely, including the key.
The text was updated successfully, but these errors were encountered: