Created
March 5, 2019 14:55
-
-
Save munchee13/2b7e92feaf9bcf663f4a90698312e1b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
name: example | |
namespace: openshift-cluster-api | |
spec: | |
selector: | |
matchLabels: | |
app: hello-openshift | |
replicas: 3 | |
template: | |
metadata: | |
labels: | |
app: hello-openshift | |
spec: | |
containers: | |
- name: hello-openshift | |
image: openshift/hello-openshift | |
ports: | |
- containerPort: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment