Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Created March 8, 2016 02:46
Show Gist options
  • Save yifan-gu/96e8e41207a9c8aacecb to your computer and use it in GitHub Desktop.
Save yifan-gu/96e8e41207a9c8aacecb to your computer and use it in GitHub Desktop.
lifecycle pod
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
name: nginx
spec:
containers:
- name: nginx
image: nginx
lifecycle:
postStart:
httpGet:
port: 80
preStop:
httpGet:
port: 80
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment