charts/charts/stable/neolink/values.yaml
2021-03-18 13:11:24 +01:00

32 lines
642 B
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: thirtythreeforty/neolink
pullPolicy: IfNotPresent
tag: latest
strategy:
type: Recreate
service:
port:
port: 8554
ingress:
enabled: false
# Neolink configuration settings
# https://github.com/thirtythreeforty/neolink/blob/master/sample_config.toml
config: |
bind = "0.0.0.0"
[[cameras]]
name = "driveway"
username = "admin"
password = "12345678"
address = "192.168.1.187:9000"