Skip to content

Instantly share code, notes, and snippets.

@georgeck
Created August 7, 2018 18:01
Show Gist options
  • Save georgeck/67037e19149e6c2d12ac75a38c65c66a to your computer and use it in GitHub Desktop.
Save georgeck/67037e19149e6c2d12ac75a38c65c66a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ReplicationController
metadata:
name: hello-rc
spec:
replicas: 10
selector:
app: hello-world
template:
metadata:
labels:
app: hello-world
spec:
containers:
- name: hello-ctr
image: nigelpoulton/pluralsight-docker-ci:latest
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment