Skip to content

Instantly share code, notes, and snippets.

@ugurcan377
Created March 13, 2018 19:49
Show Gist options
  • Save ugurcan377/8b1587120f4c60abde02ff35f817c405 to your computer and use it in GitHub Desktop.
Save ugurcan377/8b1587120f4c60abde02ff35f817c405 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
labels:
app: nginx
spec:
replicas: 5
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment