cri-o/vendor/k8s.io/kubernetes/test/fixtures/doc-yaml/user-guide/replication.yaml

20 lines
303 B
YAML
Raw Normal View History

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