Skip to content

Instantly share code, notes, and snippets.

@aslafy-z
Last active May 3, 2024 11:13
Show Gist options
  • Save aslafy-z/c067c6ce728106ba414bff0ebf7826a3 to your computer and use it in GitHub Desktop.
Save aslafy-z/c067c6ce728106ba414bff0ebf7826a3 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
labels:
app: nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginxx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment