Skip to content

Instantly share code, notes, and snippets.

@munchee13
Created March 5, 2019 14:55
Show Gist options
  • Save munchee13/2b7e92feaf9bcf663f4a90698312e1b6 to your computer and use it in GitHub Desktop.
Save munchee13/2b7e92feaf9bcf663f4a90698312e1b6 to your computer and use it in GitHub Desktop.
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