TrueChartsClone/charts/stable/scrutiny/values.yaml

54 lines
993 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/scrutiny
pullPolicy: IfNotPresent
tag: v0.4.16@sha256:7ca483104c6b2ac9f632a725124a78c7e53649d851580c52a75b39861a318c4a
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
capabilities:
add:
- SYS_RAWIO # HDD's
- SYS_ADMIN # NVME's
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