2021-10-25 12:19:09 +00:00
|
|
|
image:
|
2021-12-13 12:44:45 +00:00
|
|
|
repository: tccr.io/truecharts/scrutiny
|
2021-10-25 12:19:09 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-12-13 12:44:45 +00:00
|
|
|
tag: v2021.11.18
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
2021-12-13 12:44:45 +00:00
|
|
|
privileged: true
|
|
|
|
allowPrivilegeEscalation: true
|
2021-12-13 22:20:10 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-12-13 12:44:45 +00:00
|
|
|
env:
|
|
|
|
PUID: 568
|
2021-12-13 22:20:10 +00:00
|
|
|
SCRUTINY_WEB: true
|
|
|
|
SCRUTINY_COLLECTOR: true
|
|
|
|
SCRUTINY_API_ENDPOINT: "http://localhost:8080"
|
2021-12-13 12:44:45 +00:00
|
|
|
|
2021-10-25 12:19:09 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 8080
|
2021-12-13 12:44:45 +00:00
|
|
|
port: 10151
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
2021-12-13 12:44:45 +00:00
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/scrutiny/config"
|
2021-12-13 22:20:10 +00:00
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-12-13 12:44:45 +00:00
|
|
|
udev:
|
2021-12-18 20:15:35 +00:00
|
|
|
enabled: true
|
2021-12-13 12:44:45 +00:00
|
|
|
type: hostPath
|
2021-12-18 20:15:35 +00:00
|
|
|
hostPath: "/run/udev"
|
|
|
|
mountPath: "/run/udev"
|
2021-12-13 12:44:45 +00:00
|
|
|
readOnly: true
|