TrueChartsClone/charts/incubator/speedtest-tracker/values.yaml

49 lines
949 B
YAML

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