This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/scrutiny](https://togithub.com/truecharts/containers) | minor | `0.6.0` -> `0.7.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/scrutiny
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.1@sha256:26c8258c6963367ff609fd080af1b84be53792831122ce019fa071cca72ad1a8
|
|
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
|
|
|
|
portal:
|
|
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"
|