Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created August 19, 2015 03:30
Show Gist options
  • Save kelseyhightower/c71ec61489ff4f0c3a5d to your computer and use it in GitHub Desktop.
Save kelseyhightower/c71ec61489ff4f0c3a5d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: inspector
labels:
app: inspector
spec:
containers:
- name: inspector
image: b.gcr.io/kuar/inspector:1.0.0
limits:
memory: 128Mi
cpu: 500m
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment