image: repository: tccr.io/truecharts/mealie tag: v0.5.6@sha256:e54cf37a3da0d6853197c200ddbb858de03e0f12752c1f862856376b0733af0a pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 env: DB_ENGINE: postgres POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" POSTGRES_PASSWORD: secretKeyRef: name: dbcreds key: postgresql-password POSTGRES_SERVER: secretKeyRef: name: dbcreds key: plainporthost postgresql: enabled: true existingSecret: "dbcreds" postgresqlUsername: mealie postgresqlDatabase: mealie service: main: ports: main: port: 10018 targetPort: 80 persistence: config: enabled: true mountPath: "/app/data" portal: enabled: true