Skip to content

Instantly share code, notes, and snippets.

@pflooky
Created January 11, 2022 00:21
Show Gist options
  • Save pflooky/a344c8d52ce7d0f93711f068e9850eaa to your computer and use it in GitHub Desktop.
Save pflooky/a344c8d52ce7d0f93711f068e9850eaa to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: test-pod
spec:
containers:
- image: k8s.gcr.io/test-webserver
name: test-container
volumeMounts:
- name: tmp-dir
mountPath: /tmp
volumes:
- name: tmp-dir
emptyDir: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment