Files
truecharts/charts/stable/traccar/values.yaml
T
Stavros KoisandGitHub ff2a5dae0d chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00

37 lines
772 B
YAML

image:
repository: tccr.io/truecharts/traccar
tag: v5.0@sha256:b56353fba09e0103d8fef47b283f5aaf592420ceec0123d14194e8b7a9630d0d
pullPolicy: IfNotPresent
env:
CONFIG_USE_ENVIRONMENT_VARIABLES: true
LOGGER_CONSOLE: true
DATABASE_DRIVER: "org.postgresql.Driver"
DATABASE_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DATABASE_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
DATABASE_URL:
secretKeyRef:
name: dbcreds
key: jdbc
service:
main:
ports:
main:
port: 8082
targetPort: 8082
persistence:
data:
enabled: true
mountPath: "/opt/traccar/data"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: traccar
postgresqlDatabase: traccar