Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created January 30, 2024 09:52
Show Gist options
  • Save uurtech/f07ebe931279fa8535925174fa1278af to your computer and use it in GitHub Desktop.
Save uurtech/f07ebe931279fa8535925174fa1278af to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
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