Skip to content

Instantly share code, notes, and snippets.

@SarasaGunawardhana
Created July 12, 2019 10:32
Show Gist options
  • Save SarasaGunawardhana/e579211b0d0fa2f763d277f7dc468ff2 to your computer and use it in GitHub Desktop.
Save SarasaGunawardhana/e579211b0d0fa2f763d277f7dc468ff2 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
run: nginx
name: nginx
spec:
replicas: 3
selector:
matchLabels:
run: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
run: nginx
spec:
containers:
- image: nginx
name: nginx
ports:
- containerPort: 80
resources: {}
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment