Created
August 3, 2016 01:39
-
-
Save kelseyhightower/2cfe646792d0e08fd50c339d4db6fabd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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