mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[zigbee2mqtt] set ZIGBEE2MQTT_DATA envar (#182)
This commit is contained in:
parent
e3c38e70eb
commit
79e40ecd76
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 1.16.1
|
||||
description: Bridges events and allows you to control your Zigbee devices via MQTT
|
||||
name: zigbee2mqtt
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
keywords:
|
||||
- zigbee
|
||||
- mqtt
|
||||
@ -19,4 +19,4 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://k8s-at-home.com/charts/
|
||||
version: ^1.5.0
|
||||
version: ^1.5.1
|
||||
|
@ -1,2 +1,7 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
emptyDir: true
|
||||
mountPath: /data
|
||||
|
@ -8,8 +8,8 @@ image:
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
env: {}
|
||||
# TZ
|
||||
env:
|
||||
ZIGBEE2MQTT_DATA: /data
|
||||
|
||||
service:
|
||||
port:
|
||||
|
Loading…
Reference in New Issue
Block a user