Created
February 6, 2019 11:33
-
-
Save anoopl/891965dd6c9110cdc7950f2d1529041a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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