2023-08-30 20:55:39 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/automatic-ripping-machine
|
|
|
|
pullPolicy: IfNotPresent
|
2023-11-18 05:36:25 +00:00
|
|
|
tag: v2.6.60@sha256:bf79fee03b4ef8867ccbee6448748bf58b86a59c2400dd9beb5a4b926c6e7c10
|
2023-08-30 20:55:39 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
targetPort: 8080
|
|
|
|
port: 10683
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
# default media perms
|
|
|
|
ARM_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
|
|
ARM_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/etc/arm/config"
|
|
|
|
arm:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/home/arm"
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|