env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/pigallery2 tag: latest@sha256:c8d6399ddc0ca9c8a7fe9f51506df4d99adf908696209fcf8c9e8cc3f9e4cca5 persistence: config: enabled: true mountPath: /app/data/config db: enabled: true mountPath: /app/data/db image: enabled: true mountPath: /app/data/images/ readOnly: true tmp: enabled: true mountPath: /app/data/tmp podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: ports: main: port: 80 protocol: TCP targetPort: 80 portal: enabled: true