Skip to content

Commit

Permalink
feat: zwave-js-ui smarter-device-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Feb 16, 2024
1 parent 9b4e72d commit 99fad89
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions kubernetes/main/apps/default/zwave-js-ui/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,24 @@ spec:
startup:
enabled: false
securityContext:
privileged: true
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 10m
limits:
smarter-devices/ttyACM0: 1
memory: 512Mi
pod:
nodeSelector:
aeotec.feature.node.kubernetes.io/zwave: "true"
securityContext:
runAsUser: 568
runAsGroup: 568
runAsNonRoot: true
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
service:
main:
ports:
Expand All @@ -90,14 +99,10 @@ spec:
- hosts:
- *host
persistence:
tmp:
type: emptyDir
config:
enabled: true
existingClaim: zwave-js-ui
globalMounts:
- path: /usr/src/app/store
usb:
type: hostPath
hostPath: /dev/serial/by-id/usb-0658_0200-if00
hostPathType: CharDevice
globalMounts:
- path: /dev/serial/by-id/usb-0658_0200-if00

0 comments on commit 99fad89

Please sign in to comment.