Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Created June 26, 2019 23:25
Show Gist options
  • Select an option

  • Save coryodaniel/9cc8f4a78e71e509d98f0513cf4a3c2a to your computer and use it in GitHub Desktop.

Select an option

Save coryodaniel/9cc8f4a78e71e509d98f0513cf4a3c2a to your computer and use it in GitHub Desktop.
Basic Nginx Pod
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
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