--- apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: my-container image: nginx readinessProbe: httpGet: path: / port: 80 initialDelaySeconds: 5 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1 failureThreshold: 3