TrueChartsClone/charts/incubator/owntracks/values.yaml

61 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/owntracks
pullPolicy: IfNotPresent
tag: 0.9.3@sha256:797eb8958677b80bbb438251f75a51984b578c4919f0fe2c3a9bbf0e866a8b43
# securityContext:
# readOnlyRootFilesystem: false
owntracks:
otr_host: ""
otr_port: 1883
otr_user: ""
otr_pass: ""
otr_precision: 7
otr_geokey: ""
otr_browserapikey: ""
otr_serverlabel: OwnTracks
otr_lmdbsize: 104857600000
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
service:
main:
ports:
main:
protocol: HTTP
port: 8083
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/sbin/recorder-health.sh
readiness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/sbin/recorder-health.sh
startup:
enabled: true
custom: true
spec:
exec:
command:
- /usr/sbin/recorder-health.sh
persistence:
store:
enabled: true
mountPath: /store
portal:
enabled: true