Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Created August 17, 2015 22:19
Show Gist options
  • Save yifan-gu/a6de074782fb73f90f18 to your computer and use it in GitHub Desktop.
Save yifan-gu/a6de074782fb73f90f18 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
volumeMounts:
- name: tmp
mountPath: /tmp
volumes:
- name: tmp
hostPath:
path: /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment