-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeployment.yaml
More file actions
42 lines (42 loc) · 1.02 KB
/
deployment.yaml
File metadata and controls
42 lines (42 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: v0.1
workloads:
databroker:
runtime: podman
agent: agent_A
runtimeConfig: |
image: ghcr.io/eclipse/kuksa.val/databroker:0.4.1
commandArgs:
- "--insecure"
- "--vss"
- "/tmp/val.json"
commandOptions:
- "--net=host"
- "-v"
- "/home/chris/challengers/ankaios:/tmp"
g29-publisher:
runtime: podman
agent: agent_B
runtimeConfig: |
image: docker.io/bleach31/g29-publisher:latest
commandOptions:
- "--net=host"
- "--privileged"
# vehicledashboard:
# runtime: podman
# agent: agent_A
# runtimeConfig: |
# image: docker.io/likhithst/vehicle_dashboard:latest
# commandOptions:
# - "--net=host"
# - "-e"
# - "BROKER_ADDRESS=192.168.1.99"
# - "-e"
# - "BROKER_PORT=55555"
# drive-data-eval:
# runtime: podman
# agent: agent_A
# runtimeConfig: |
# image: {PLACE_TO_CONTAINER}
# commandArgs: ["--insecure"]
# commandOptions:
# - "--net=host"