Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Forked from munchee13/gist:2b7e92feaf9bcf663f4a90698312e1b6
Last active March 5, 2019 14:57
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 thoraxe/40aeb0a47264a2e48d9793e0b1fa5af7 to your computer and use it in GitHub Desktop.
Save thoraxe/40aeb0a47264a2e48d9793e0b1fa5af7 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: oc
spec:
selector:
matchLabels:
app: oc-pod
replicas: 1
template:
metadata:
labels:
app: oc-pod
spec:
containers:
- name: oc
image: 'docker.io/openshiftdemos/oc:1.4.1-1'
command:
- bash
- '-c'
- 'while true; do sleep 60; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment