Files
truecharts/charts/incubator/owntracks/values.yaml
T
89c686910c feat(owntracks): Add Owntracks (#5197)
* Add owntracks as incubator app.

* Clear owntracks changelog.

* Updated storage value name.

* Update charts/incubator/owntracks/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* add some extra opts

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* typo

* secret

* data->stringData

* Update charts/incubator/owntracks/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/owntracks/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-22 01:15:43 +02:00

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