Files
truecharts/charts/stable/scrutiny/values.yaml
T
Stavros KoisandGitHub cf1485a0b7 chore(apps): cleanup questions by removing hidden dicts (#1558)
* chore(apps): cleanup questions by removing hidden dicts

* persistence cleanup pt1

* persistence cleanup pt2

* persistence cleanup pt3

* persistence cleanup pt4

* persistence cleanup pt5

* remove gui for staticfiles for recipes

* make mountPath visible and read-only field

* make mountPath visible and read-only field

* bump patch

* remove trailing `/` on paths and fix freerad

* enable udev (scrutiny)

* also cleanup vCT

* move mountPath under advanced

* update mountPath label

* bump patch dep train
2021-12-18 20:25:00 +01:00

44 lines
744 B
YAML

image:
repository: tccr.io/truecharts/scrutiny
pullPolicy: IfNotPresent
tag: v2021.11.18
securityContext:
runAsNonRoot: false
privileged: true
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
PUID: 568
SCRUTINY_WEB: true
SCRUTINY_COLLECTOR: true
SCRUTINY_API_ENDPOINT: "http://localhost:8080"
service:
main:
ports:
main:
targetPort: 8080
port: 10151
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/scrutiny/config"
data:
enabled: true
mountPath: "/config"
udev:
enabled: true
type: hostPath
hostPath: "/run/udev"
mountPath: "/run/udev"
readOnly: true