57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
image:
|
|
repository: owntracks/recorder
|
|
tag: 0.9.6@eaa3afb70f74167d93056a1277309d256e2349a3df3628a885f2658b9672a703
|
|
pullPolicy: IfNotPresent
|
|
|
|
owntracks:
|
|
otr_host: ""
|
|
otr_port: 1883
|
|
otr_user: ""
|
|
otr_pass: ""
|
|
otr_precision: 7
|
|
otr_geokey: ""
|
|
otr_browserapikey: ""
|
|
otr_serverlabel: OwnTracks
|
|
otr_lmdbsize: 104857600000
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8083
|
|
protocol: http
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command: /usr/sbin/recorder-health.sh
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command: /usr/sbin/recorder-health.sh
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command: /usr/sbin/recorder-health.sh
|
|
envFrom:
|
|
- secretRef:
|
|
name: "secret"
|
|
|
|
persistence:
|
|
store:
|
|
enabled: true
|
|
mountPath: /store
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|