image: repository: tccr.io/truecharts/cups-server tag: latest@sha256:b5510beee48944dfedb4babd4b4413876b999cc09f59adc720e4cd32274446cf pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 secretEnv: ADMIN_PASSWORD: "secretpass" service: main: ports: main: port: 631 targetPort: 631 persistence: config: enabled: true mountPath: "/etc/cups" dbus: enabled: true type: hostPath hostPath: "/var/run/dbus" mountPath: "/var/run/dbus" readOnly: false portal: enabled: true