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