Files
truecharts/charts/stable/scrutiny/values.yaml
T
TrueCharts BotandGitHub 97d5375359 chore(deps): update docker general non-major (#3295)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 20:36:51 +02:00

54 lines
991 B
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:
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