Jack Jackson 2025-01-21 21:58:21 -08:00
parent 60417775be
commit 807785daca
2 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,8 @@ spec:
name: jf-config
- mountPath: /cache
name: jf-cache
- mountPath: /dev/video0
name: dev-video0
tolerations:
- key: face
operator: Equal
@ -63,6 +65,9 @@ spec:
- name: jf-cache
persistentVolumeClaim:
claimName: jf-cache-pvc
- name: dev-video0
hostPath:
path: /dev/fb0
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

View File

@ -31,6 +31,7 @@ podSecurityContext: {}
securityContext:
runAsUser: 1000
fsGroup: 1000
privileged: true
# capabilities:
# drop:
# - ALL