I've a problem with scalling down to zero application when using liveness probe as below (if I remove this manifest section, everything works fine).
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: http
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
Annotations:
template:
metadata:
annotations:
zeropod.ctrox.dev/disable-checkpointing: 'true'
zeropod.ctrox.dev/scaledown-duration: 60s
labels:
istio.io/dataplane-mode: none
I've a problem with scalling down to zero application when using liveness probe as below (if I remove this manifest section, everything works fine).
Annotations: