summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_multus/examples/busybox.yaml
blob: 7fd1b8dffe55d20fc916bbab406a307419623bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apiVersion: v1
kind: ReplicationController
metadata:
  name: busybox
spec:
  replicas: 2
  template:
    metadata:
      labels:
        app: busybox
    spec:
      containers:
      - name: busybox
        image: busybox:1.27.2
        command:
          - sleep
          - "36000"