2021-10-13 20:46:42 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/amcrest2mqtt
|
2022-03-24 23:14:01 +00:00
|
|
|
tag: v1.0.16@sha256:64d7a2487a2622ed163ff0dd9d518b9564f29c11438801a953da1d1bf931f18e
|
2021-10-13 20:46:42 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2021-12-13 18:32:46 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2021-10-13 20:46:42 +00:00
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2021-10-13 20:46:42 +00:00
|
|
|
# -- User name used to connect to the Amcrest device
|
|
|
|
AMCREST_USERNAME: "admin"
|
|
|
|
# -- Password used to connect to the Amcrest device
|
|
|
|
AMCREST_PASSWORD: "changeme"
|
|
|
|
# -- User name used to connect to the MQTT broker
|
|
|
|
MQTT_USERNAME: "mqttuser"
|
|
|
|
# -- Password used to connect to the MQTT broker
|
|
|
|
MQTT_PASSWORD: "changeme"
|
|
|
|
|
|
|
|
env:
|
|
|
|
# -- Host name used to connect to the Amcrest device
|
2022-03-03 09:44:21 +00:00
|
|
|
AMCREST_HOST: "localhost"
|
2021-10-13 20:46:42 +00:00
|
|
|
# -- Port used to connect to the Amcrest device
|
|
|
|
AMCREST_PORT: 80
|
|
|
|
# -- Host name used to connect to the MQTT broker
|
|
|
|
MQTT_HOST: "localhost"
|
|
|
|
# -- Port used to connect to the MQTT broker
|
|
|
|
MQTT_PORT: 1883
|
|
|
|
# -- Enable Home Assistant autodiscovery
|
|
|
|
HOME_ASSISTANT: "false"
|
|
|
|
# -- Home Assistant autodiscovery prefix
|
|
|
|
HOME_ASSISTANT_PREFIX: "homeassistant"
|