mirror of https://github.com/k3s-io/k3s
20 lines
303 B
YAML
20 lines
303 B
YAML
![]() |
apiVersion: v1
|
||
![]() |
kind: ReplicationController
|
||
|
metadata:
|
||
|
name: nginx
|
||
|
spec:
|
||
|
replicas: 3
|
||
|
selector:
|
||
|
app: nginx
|
||
|
template:
|
||
|
metadata:
|
||
|
name: nginx
|
||
|
labels:
|
||
|
app: nginx
|
||
|
spec:
|
||
|
containers:
|
||
![]() |
- name: nginx
|
||
|
image: nginx
|
||
![]() |
ports:
|
||
|
- containerPort: 80
|