Skip to content

Instantly share code, notes, and snippets.

@nelvadas
Created April 2, 2019 09:26
Show Gist options
  • Save nelvadas/152b930f29fa284450eb0656f7b87f5b to your computer and use it in GitHub Desktop.
Save nelvadas/152b930f29fa284450eb0656f7b87f5b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: two-containers
spec:
restartPolicy: Never
volumes:
- name: shared-data
emptyDir: {}
containers:
- name: container1
image: nginx
- name: container2
image: debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment