Skip to content

Instantly share code, notes, and snippets.

@ugurcan377
Created March 13, 2018 19:33
Show Gist options
  • Save ugurcan377/d21c4b1f473c471a70d6f2fc73453b0b to your computer and use it in GitHub Desktop.
Save ugurcan377/d21c4b1f473c471a70d6f2fc73453b0b 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