Skip to content

Instantly share code, notes, and snippets.

@anoopl
Created February 6, 2019 11:33
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 anoopl/891965dd6c9110cdc7950f2d1529041a to your computer and use it in GitHub Desktop.
Save anoopl/891965dd6c9110cdc7950f2d1529041a to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
run: nginx
name: nginx
spec:
replicas: 21
selector:
matchLabels:
run: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
run: nginx
spec:
containers:
- image: nginx
name: nginx
resources:
requests:
memory: "6Mi"
cpu: "100m"
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment