summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_multus/examples/ubuntu.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/vagrant/kubeadm_multus/examples/ubuntu.yaml')
-rw-r--r--src/vagrant/kubeadm_multus/examples/ubuntu.yaml32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/vagrant/kubeadm_multus/examples/ubuntu.yaml b/src/vagrant/kubeadm_multus/examples/ubuntu.yaml
deleted file mode 100644
index b01f903..0000000
--- a/src/vagrant/kubeadm_multus/examples/ubuntu.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: ubuntu
- labels:
- app: ubuntu
-spec:
- type: NodePort
- ports:
- - port: 80
- protocol: TCP
- name: http
- selector:
- app: ubuntu
----
-apiVersion: v1
-kind: ReplicationController
-metadata:
- name: ubuntu
-spec:
- replicas: 2
- template:
- metadata:
- labels:
- app: ubuntu
- spec:
- containers:
- - name: ubuntu
- image: openretriever/ubuntu1604-ping
- command: [ "/bin/bash", "-c", "sleep 30000" ]
- ports:
- - containerPort: 80