Skip to content

Instantly share code, notes, and snippets.

@rtrentinavx
Last active May 23, 2022 21:28
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 rtrentinavx/c015fed9cd628f32cff994f7ad88f816 to your computer and use it in GitHub Desktop.
Save rtrentinavx/c015fed9cd628f32cff994f7ad88f816 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
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment