apiVersion: v1 kind: ReplicationController metadata: name: my-nginx spec: replicas: 1 template: metadata: labels: app: nginx spec: containers: - name: nginxhttps image: bprashanth/nginxhttps:1.0 ports: - containerPort: 80