TrueChartsClone/charts/stable/scrutiny/values.yaml

56 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/scrutiny
pullPolicy: IfNotPresent
tag: v0.4.16@sha256:e3ad2df0c58c994ae92e0d4c89a7ed5aede5ba683f04754e3aaad704781ec3a8
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
capabilities:
# RawIO is for HDDs
# SYS_ADMIN is for NVMEs
add:
- SYS_RAWIO
- SYS_ADMIN
env:
COLLECTOR_CRON_SCHEDULE: "0 0 * * *"
COLLECTOR_HOST_ID: "TrueNAS"
podSecurityContext:
runAsUser: 0
runAsGroup: 0
probes:
liveness:
path: "/api/health"
readiness:
path: "/api/health"
startup:
path: "/api/health"
service:
main:
ports:
main:
targetPort: 8080
port: 10151
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/opt/scrutiny/config"
influxdb:
enabled: true
mountPath: "/opt/scrutiny/influxdb"
udev:
enabled: true
type: hostPath
hostPath: "/run/udev"
mountPath: "/run/udev"
readOnly: true