43 lines
856 B
YAML
43 lines
856 B
YAML
image:
|
|
repository: tccr.io/truecharts/automatic-ripping-machine
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.6.60@sha256:80794ea2bcf0372856f83c980ee65f26eacd3253b9c97215e686fb85e2df969b
|
|
|
|
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
|