diff --git a/internal/controller/templates/statefulset.yaml b/internal/controller/templates/statefulset.yaml index cd99347..9aa2848 100644 --- a/internal/controller/templates/statefulset.yaml +++ b/internal/controller/templates/statefulset.yaml @@ -51,6 +51,11 @@ spec: - /bin/sh - -c - exec cat /etc/ssh/ssh_host*.pub + failureThreshold: 6 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 resources: limits: cpu: 300m