apiVersion: v1
kind: ReplicationController
metadata:
name: test-rc
labels:
spec:
replicas: 1
template:
containers:
- name: test-rc
image: nginx
ports:
- containerPort: 80