Added Readiness Probing

This commit is contained in:
Mingchen Dai 2024-09-18 01:36:23 +00:00
parent 9e3fe2b00a
commit 75919d52ca
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -42,6 +42,12 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
exec:
command:
- /bin/sh
- -c
- exec cat /etc/ssh/ssh_host*.pub
resources:
limits:
cpu: 300m