Skip to content

Instantly share code, notes, and snippets.

@myugan
Last active February 7, 2021 10:51
Show Gist options
  • Save myugan/ddd75723555ce386d2091f4eed6b5134 to your computer and use it in GitHub Desktop.
Save myugan/ddd75723555ce386d2091f4eed6b5134 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: webserver
name: webserver
namespace: production
spec:
replicas: 1
selector:
matchLabels:
app: webserver
template:
metadata:
labels:
app: webserver
spec:
containers:
- image: nginx
name: webserver
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment