2021-12-12 22:27:04 +00:00
|
|
|
image:
|
2022-06-16 16:52:34 +00:00
|
|
|
repository: tccr.io/truecharts/scrutiny
|
2021-12-12 22:27:04 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-04-27 09:00:35 +00:00
|
|
|
tag: 0.7.1@sha256:26c8258c6963367ff609fd080af1b84be53792831122ce019fa071cca72ad1a8
|
2021-12-12 22:27:04 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 8080
|
|
|
|
port: 10151
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
enabled: true
|
2022-06-15 20:57:07 +00:00
|
|
|
mountPath: "/opt/scrutiny/config"
|
|
|
|
influxdb:
|
2021-12-13 21:34:06 +00:00
|
|
|
enabled: true
|
2022-06-15 20:57:07 +00:00
|
|
|
mountPath: "/opt/scrutiny/influxdb"
|
2021-12-12 22:27:04 +00:00
|
|
|
udev:
|
2021-12-18 19:25:00 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
type: hostPath
|
2021-12-18 19:25:00 +00:00
|
|
|
hostPath: "/run/udev"
|
|
|
|
mountPath: "/run/udev"
|
2021-12-12 22:27:04 +00:00
|
|
|
readOnly: true
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
privileged: true
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
capabilities:
|
|
|
|
# RawIO is for HDDs
|
|
|
|
# SYS_ADMIN is for NVMEs
|
|
|
|
add:
|
|
|
|
- SYS_RAWIO
|
|
|
|
- SYS_ADMIN
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/api/health"
|
|
|
|
readiness:
|
|
|
|
path: "/api/health"
|
|
|
|
startup:
|
|
|
|
path: "/api/health"
|
|
|
|
env:
|
|
|
|
COLLECTOR_CRON_SCHEDULE: "0 0 * * *"
|
|
|
|
COLLECTOR_HOST_ID: "TrueNAS"
|