1apiVersion: v1 2kind: ReplicationController 3metadata: 4 name: my-nginx 5spec: 6 replicas: 1 7 template: 8 metadata: 9 labels: 10 app: nginx 11 spec: 12 containers: 13 - name: nginxhttps 14 image: bprashanth/nginxhttps:1.0 15 ports: 16 - containerPort: 80