summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml')
-rw-r--r--vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml49
1 files changed, 0 insertions, 49 deletions
diff --git a/vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml b/vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml
deleted file mode 100644
index 9dc96785..00000000
--- a/vagrant/tests/vnfs/edgex/kubernetes/deployments/device-bluetooth-deployment.yaml
+++ /dev/null
@@ -1,49 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- labels:
- io.kompose.service: edgex-device-bluetooth
- name: edgex-device-bluetooth
-spec:
- selector:
- matchLabels:
- io.kompose.service: edgex-device-bluetooth
- replicas: 1
- template:
- metadata:
- creationTimestamp: null
- labels:
- io.kompose.service: edgex-device-bluetooth
- spec:
- containers:
- - image: edgexfoundry/docker-device-bluetooth:0.2.1
- name: edgex-device-bluetooth
- ports:
- - containerPort: 49988
- resources: {}
- securityContext:
- privileged: true
- volumeMounts:
- - mountPath: /data/db
- name: data-db
- - mountPath: /edgex/logs
- name: edgex-logs
- - mountPath: /consul/config
- name: consul-config
- - mountPath: /consul/data
- name: consul-data
- restartPolicy: Always
- volumes:
- - name: data-db
- hostPath:
- path: /data/db
- - name: edgex-logs
- hostPath:
- path: /edgex/logs
- - name: consul-config
- hostPath:
- path: /consul/config
- - name: consul-data
- hostPath:
- path: /consul/data
-status: {}