Files
truecharts/charts/incubator/speedtest-tracker/values.yaml
T
7f7f9313f8 fix(speedtest-tracker) change upstream image (#4225)
* fix(speedtest-tracker) change upstream image

* docs + ranr

* initial work for pgsql

* remove secrets

* set mirror image

* revert back to ghcr

* rar

* prettier

* repo

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-29 14:36:39 +03:00

49 lines
949 B
YAML

image:
repository: tccr.io/truecharts/speedtest-tracker
tag: latest@sha256:20a1812252cbda90d9b7a06d32247c28477f2d73fd8295323a8117242dbc3a1a
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