Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 16, 2018 19:05
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 nleiva/ed5be3164df3429652566f26717ce22f to your computer and use it in GitHub Desktop.
Save nleiva/ed5be3164df3429652566f26717ce22f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ReplicationController
metadata:
name: busybox0
labels:
app: busybox0
spec:
replicas: 2
selector:
app: busybox0
template:
metadata:
name: busybox0
labels:
app: busybox0
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment