Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Last active August 29, 2015 14:27
Show Gist options
  • Save yifan-gu/add7dcddac8a8cf13904 to your computer and use it in GitHub Desktop.
Save yifan-gu/add7dcddac8a8cf13904 to your computer and use it in GitHub Desktop.
# Copy of pod.yaml without file extension for test
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
name: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
volumes:
- name: volume-var-cache-nginx
hostPath:
path: /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment