2021-12-12 22:27:04 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/analogj/scrutiny
|
2021-12-12 22:27:04 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-04-08 06:24:01 +00:00
|
|
|
tag: v0.8.1-omnibus@sha256:66a65d1d7f2bf330a55e0bb073a3b2496a7b61dc6414c8c53550bc0c3f6885dd
|
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"
|