17 lines
286 B
YAML
17 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
|