charts/charts/stable/traccar/values.yaml
renovate[bot] 2b32f7ee83
[chart] Update Helm chart common to v2 (#711)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Devin Buhl <devin.kray@gmail.com>
2021-03-23 14:49:06 +01:00

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