image: repository: tccr.io/truecharts/awesome-ttrss pullPolicy: IfNotPresent tag: v2022-04@sha256:b675568ec75d005a2a55a764b50643d0c7d5a693e6b080ca8e9213d403f78085 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 persistence: icons: enabled: true mountPath: "/var/www/feed-icons" plugins: enabled: true mountPath: "/var/www/plugins.local" themes: enabled: true mountPath: "/var/www/themes.local" env: # -- External URL you use to connect to the RSS (the one you enter in your browser) SELF_URL_PATH: "" DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" DB_PORT: "5432" DB_PASS: secretKeyRef: name: dbcreds key: postgresql-password DB_HOST: secretKeyRef: name: dbcreds key: plainhost service: main: ports: main: port: 10246 targetPort: 80 postgresql: enabled: true existingSecret: "dbcreds" postgresqlUsername: awesome-ttrss postgresqlDatabase: awesome-ttrss