Skip to content

Instantly share code, notes, and snippets.

@ugurcan377
Created March 13, 2018 19:33
Show Gist options
  • Save ugurcan377/861fa12b6e22fb715f7f4b366e94ed7c to your computer and use it in GitHub Desktop.
Save ugurcan377/861fa12b6e22fb715f7f4b366e94ed7c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
app: 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