image: repository: tccr.io/truecharts/speedtest-tracker tag: latest@sha256:cf414729ebfb3869900295eb5a4fe8bc63d77ce05d8bb7648433e9c439f16f33 pullPolicy: IfNotPresent securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 env: DB_CONNECTION: pgsql DB_PORT: 5432 DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}" DB_HOST: secretKeyRef: name: dbcreds key: plainhost DB_PASSWORD: secretKeyRef: name: dbcreds key: postgresql-password service: main: ports: main: port: 8765 protocol: HTTPS targetPort: 443 persistence: config: enabled: true mountPath: /config postgresql: enabled: true existingSecret: dbcreds postgresqlDatabase: speedtest_tracker postgresqlUsername: speedtest_tracker portal: enabled: true