8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
16 lines
286 B
YAML
16 lines
286 B
YAML
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
|