fix(scrutiny): fix storage and envs (#1530)

This commit is contained in:
Stavros Kois
2021-12-13 22:34:06 +01:00
committed by GitHub
parent 378ae2693e
commit 9ad71ad115
2 changed files with 87 additions and 2 deletions
+7
View File
@@ -7,6 +7,7 @@ securityContext:
runAsNonRoot: false
privileged: true
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
@@ -14,6 +15,9 @@ podSecurityContext:
env:
PUID: 568
SCRUTINY_WEB: true
SCRUTINY_COLLECTOR: true
SCRUTINY_API_ENDPOINT: "http://localhost:8080"
service:
main:
@@ -28,6 +32,9 @@ persistence:
config:
enabled: true
mountPath: "/scrutiny/config"
data:
enabled: true
mountPath: "/config"
udev:
type: hostPath
hostPath: /run/udev