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
|
2022-07-13 08:04:01 +00:00
|
|
|
tag: v0.4.16@sha256:7ca483104c6b2ac9f632a725124a78c7e53649d851580c52a75b39861a318c4a
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
2022-06-15 20:57:07 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2021-12-12 22:27:04 +00:00
|
|
|
privileged: true
|
|
|
|
allowPrivilegeEscalation: true
|
2022-06-15 20:57:07 +00:00
|
|
|
capabilities:
|
|
|
|
add:
|
|
|
|
- SYS_RAWIO # HDD's
|
|
|
|
- SYS_ADMIN # NVME's
|
|
|
|
|
|
|
|
env:
|
|
|
|
COLLECTOR_CRON_SCHEDULE: "0 0 * * *"
|
2022-06-20 06:36:08 +00:00
|
|
|
COLLECTOR_HOST_ID: "TrueNAS"
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-06-15 20:57:07 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/api/health"
|
|
|
|
readiness:
|
|
|
|
path: "/api/health"
|
|
|
|
startup:
|
|
|
|
path: "/api/health"
|
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
|