Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created March 24, 2015 10:45
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 chmouel/fd605864313c78f74ee8 to your computer and use it in GitHub Desktop.
Save chmouel/fd605864313c78f74ee8 to your computer and use it in GitHub Desktop.
id: hello-openshift
kind: Pod
apiVersion: v1beta2
labels:
name: hello-openshift
desiredState:
manifest:
version: v1beta1
id: hello-openshift
containers:
- name: hello-openshift
image: openshift/hello-openshift
ports:
- hostPort: 6061
containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment