Files
truecharts/charts/stable/scrutiny/values.yaml
T
Stavros KoisandGitHub ce722515e5 fix(scrutiny): BREAKING CHANGE: Use official image due to LSIO deprecation (#2888)
* fix(scrutiny): BREAKING CHANGE: Use official image due to LSIO deprecation

* cleanup

* remove influx service

* update awesomettrss image
2022-06-15 20:57:07 +00:00

53 lines
894 B
YAML

image:
repository: ghcr.io/analogj/scrutiny
pullPolicy: IfNotPresent
tag: master-omnibus
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 * * *"
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