Skip to content

Instantly share code, notes, and snippets.

@larrycai
Created July 24, 2017 11:42
Show Gist options
  • Save larrycai/7acb05c9c8594d7030a5469d0ea15a95 to your computer and use it in GitHub Desktop.
Save larrycai/7acb05c9c8594d7030a5469d0ea15a95 to your computer and use it in GitHub Desktop.
nginx simple pod yaml file
---
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment