Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Created February 18, 2019 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timjonesdev/7950a9f4c572a134ed0defb7f097a299 to your computer and use it in GitHub Desktop.
Save timjonesdev/7950a9f4c572a134ed0defb7f097a299 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
labels:
test: liveness
name: liveness-exec
spec:
containers:
- name: liveness
image: k8s.gcr.io/busybox
livenessProbe:
exec:
command:
- health
initialDelaySeconds: 5
periodSeconds: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment