File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : smarter-k3s-edge
3- version : 0.0.5
3+ version : 0.0.6
44type : application
55appVersion : v1.25.3-k3s1
66description : K3s server on kubernetes
Original file line number Diff line number Diff line change @@ -126,6 +126,14 @@ data:
126126 --node-label smarter.nodemodel=unknown \
127127 --node-label smarter.type=edge \
128128 --node-taint smarter.type=edge:NoSchedule \
129+ {{- if .Values.configuration.smarter_demo_labels }}
130+ --node-label smarter-audio-client=enabled \
131+ --node-label smarter-gstreamer=enabled \
132+ --node-label smarter-image-detector=enabled \
133+ --node-label smarter-pulseaudio=enabled \
134+ --node-label smarter-inference=enabled \
135+ --node-label smarter-fluent-bit=enabled \
136+ {{- end }}
129137 --node-label smarter-build=user-installed
130138 nginx-start.sh : |
131139 #!/bin/bash
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ configuration:
1616 port : 6443
1717 # Comment to remove NGINX
1818 portHTTPS : 6453
19- # set id to paqssword
19+ # Uncomment to enable labeling for smarter-demo
20+ # smarter_demo_labels: true
You can’t perform that action at this time.
0 commit comments