Created
July 12, 2019 10:32
-
-
Save SarasaGunawardhana/e579211b0d0fa2f763d277f7dc468ff2 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: 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