mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
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
|