mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: traccar/traccar
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.11
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment varaibles in the traccar documentation
|
|
# https://www.traccar.org/configuration-file/
|
|
# Note: replace . with _ and uppercase the key name
|
|
env:
|
|
CONFIG_USE_ENVIRONMENT_VARIABLES: true
|
|
LOGGER_CONSOLE: true
|
|
|
|
service:
|
|
port:
|
|
port: 8082
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
probes:
|
|
startup:
|
|
enabled: true
|
|
|
|
persistence:
|
|
data:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /opt/traccar/data
|
|
|
|
# Enabled mariadb
|
|
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb
|
|
mariadb:
|
|
enabled: false
|
|
architecture: standalone
|
|
auth:
|
|
database: traccar
|
|
username: traccar
|
|
password: traccar
|
|
primary:
|
|
persistence:
|
|
enabled: false
|