2022-06-07 23:34:52 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/traccar
|
2022-08-20 11:33:47 +00:00
|
|
|
tag: 5.3@sha256:3c7b0a6617c8684485077475fa7132d8ce9c5c2d07bfdc910d334f076b6bf900
|
2022-06-07 23:34:52 +00:00
|
|
|
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
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|