Skip to content

Instantly share code, notes, and snippets.

@bathtimefish
Last active March 30, 2019 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bathtimefish/193ee6183541552a1a3fed6e7cacbd32 to your computer and use it in GitHub Desktop.
Save bathtimefish/193ee6183541552a1a3fed6e7cacbd32 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:nginx:1.15.10
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment