Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created August 3, 2016 01:39
Show Gist options
  • Save kelseyhightower/2cfe646792d0e08fd50c339d4db6fabd to your computer and use it in GitHub Desktop.
Save kelseyhightower/2cfe646792d0e08fd50c339d4db6fabd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx
spec:
replicas: 1
template:
metadata:
labels:
app: nginx
track: stable
spec:
containers:
- name: nginx
image: "nginx:1.10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment