Skip to content

Instantly share code, notes, and snippets.

@ressl
Created December 17, 2019 10:26
Show Gist options
  • Save ressl/a51880e1031c868774cefcf20fe06977 to your computer and use it in GitHub Desktop.
Save ressl/a51880e1031c868774cefcf20fe06977 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
labels:
app: nginx
spec:
replicas: 2
selector:
matchLabels:
app: nginx
template:
metadata:
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