-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdebug-echo-configuration.yaml
50 lines (50 loc) · 1.25 KB
/
debug-echo-configuration.yaml
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
43
44
45
46
47
48
49
50
# Source: akri/templates/debug-echo-configuration.yaml
apiVersion: akri.sh/v0
kind: Configuration
metadata:
name: akri-debug-echo
spec:
discoveryHandler:
name: debugEcho
discoveryDetails: |+
descriptions:
- foo0
brokerPodSpec:
containers:
- name: im-using-debug-echo-devices
image: "ghcr.io/rodz/wasi-debug-echo-hello-world:v1"
resources:
requests:
"{{PLACEHOLDER}}" : "1"
limits:
"{{PLACEHOLDER}}" : "1"
nodeSelector:
kubernetes.io/arch: "wasm32-wasi"
tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "wasm32-wasi"
effect: "NoExecute"
- key: "node.kubernetes.io/network-unavailable"
operator: "Exists"
effect: "NoSchedule"
- key: "kubernetes.io/arch"
operator: "Equal"
value: "wasm32-wasi"
effect: "NoSchedule"
instanceServiceSpec:
type: ClusterIP
ports:
- name: akri-debug-echo-foo-instance-service
port: 6052
protocol: TCP
targetPort: 6052
configurationServiceSpec:
type: ClusterIP
ports:
- name: akri-debug-echo-foo-configuration-service
port: 6052
protocol: TCP
targetPort: 6052
brokerProperties: {}
capacity: 2