--- apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: my-container livenessProbe: httpGet: path: /healthz port: 8080 initialDelaySeconds: 5 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1 failureThreshold: 3