Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Created February 18, 2019 23:57
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/2d935db4a3c940961f02c87cee926542 to your computer and use it in GitHub Desktop.
Save timjonesdev/2d935db4a3c940961f02c87cee926542 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:
- wget
- http://localhost:8080/health
initialDelaySeconds: 5
periodSeconds: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment